Remove FileNotFoundError and PermissionError from _compatibility.py

This commit is contained in:
Dave Halter
2020-07-24 01:24:59 +02:00
parent b601ade90b
commit 736f616787
5 changed files with 4 additions and 20 deletions

View File

@@ -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__)