1
0
forked from VimPlug/jedi

Remove __future__ usages

This commit is contained in:
Dave Halter
2020-07-02 03:15:07 +02:00
parent 155a1dd3fc
commit ef96c4c66b
9 changed files with 0 additions and 46 deletions
-1
View File
@@ -2,7 +2,6 @@
This module is here to ensure compatibility of Windows/Linux/MacOS and
different Python versions.
"""
from __future__ import print_function
import errno
import sys
import os