mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-07 05:14:29 +08:00
Remove FileNotFoundError and PermissionError from _compatibility.py
This commit is contained in:
@@ -14,7 +14,7 @@ try:
|
||||
except:
|
||||
import pickle
|
||||
|
||||
from parso._compatibility import FileNotFoundError, PermissionError, scandir
|
||||
from parso._compatibility import scandir
|
||||
from parso.file_io import FileIO
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
Reference in New Issue
Block a user