mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-29 00:16:52 +08:00
Some Python 2 removals
This commit is contained in:
@@ -18,11 +18,7 @@ Options:
|
||||
"""
|
||||
|
||||
import time
|
||||
try:
|
||||
# For Python 2
|
||||
import cProfile as profile
|
||||
except ImportError:
|
||||
import profile
|
||||
import profile
|
||||
import pstats
|
||||
|
||||
from docopt import docopt
|
||||
|
||||
Reference in New Issue
Block a user