mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-19 15:44:14 +08:00
remove except only clauses
This commit is contained in:
@@ -25,7 +25,7 @@ import json
|
||||
import hashlib
|
||||
try:
|
||||
import cPickle as pickle
|
||||
except:
|
||||
except ImportError:
|
||||
import pickle
|
||||
import shutil
|
||||
|
||||
|
||||
Reference in New Issue
Block a user