mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-07 05:14:29 +08:00
Fix some remaining flake8 issues
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
import hashlib
|
import hashlib
|
||||||
import os
|
import os
|
||||||
from enum import Enum
|
|
||||||
from typing import Generic, TypeVar, Union, Dict, Optional, Any
|
from typing import Generic, TypeVar, Union, Dict, Optional, Any
|
||||||
|
|
||||||
from parso._compatibility import is_pypy
|
from parso._compatibility import is_pypy
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ within the statement. This lowers memory usage and cpu time and reduces the
|
|||||||
complexity of the ``Parser`` (there's another parser sitting inside
|
complexity of the ``Parser`` (there's another parser sitting inside
|
||||||
``Statement``, which produces ``Array`` and ``Call``).
|
``Statement``, which produces ``Array`` and ``Call``).
|
||||||
"""
|
"""
|
||||||
from typing import Dict, Generic, TypeVar
|
from typing import Dict
|
||||||
|
|
||||||
from parso import tree
|
from parso import tree
|
||||||
from parso.pgen2.generator import ReservedString
|
from parso.pgen2.generator import ReservedString
|
||||||
|
|||||||
Reference in New Issue
Block a user