Remove unused import statements using Pycln. (#2021)
* remove unused imports using Pycln. * reverse comma style.
This commit is contained in:
parent
12f98219bc
commit
b3ceb293d9
@ -16,7 +16,6 @@
|
||||
__all__ = ["Driver", "load_grammar"]
|
||||
|
||||
# Python imports
|
||||
import codecs
|
||||
import io
|
||||
import os
|
||||
import logging
|
||||
@ -24,7 +23,6 @@
|
||||
import sys
|
||||
from typing import (
|
||||
Any,
|
||||
Callable,
|
||||
IO,
|
||||
Iterable,
|
||||
List,
|
||||
@ -32,7 +30,6 @@
|
||||
Text,
|
||||
Tuple,
|
||||
Union,
|
||||
Sequence,
|
||||
)
|
||||
|
||||
# Pgen imports
|
||||
|
@ -15,8 +15,6 @@
|
||||
from typing import (
|
||||
Optional,
|
||||
Text,
|
||||
Sequence,
|
||||
Any,
|
||||
Union,
|
||||
Tuple,
|
||||
Dict,
|
||||
|
@ -8,7 +8,6 @@
|
||||
Any,
|
||||
Dict,
|
||||
IO,
|
||||
Iterable,
|
||||
Iterator,
|
||||
List,
|
||||
Optional,
|
||||
|
@ -25,7 +25,6 @@
|
||||
Union,
|
||||
Set,
|
||||
Iterable,
|
||||
Sequence,
|
||||
)
|
||||
from blib2to3.pgen2.grammar import Grammar
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user