mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-14 04:41:01 +08:00
removed from 'from __future__ import with_statement' imports, they are not needed anymore (python 2.5 is no longer supported)
This commit is contained in:
@@ -12,8 +12,6 @@ following functions (sometimes bug-prone):
|
||||
- extract variable
|
||||
- inline variable
|
||||
"""
|
||||
from __future__ import with_statement
|
||||
|
||||
import difflib
|
||||
|
||||
from jedi import common
|
||||
|
||||
Reference in New Issue
Block a user