mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-02 17:36:52 +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:
@@ -13,8 +13,6 @@ This module is one of the reasons why |jedi| is not thread-safe. As you can see
|
||||
there are global variables, which are holding the cache information. Some of
|
||||
these variables are being cleaned after every API usage.
|
||||
"""
|
||||
from __future__ import with_statement
|
||||
|
||||
import time
|
||||
import os
|
||||
import sys
|
||||
|
||||
Reference in New Issue
Block a user