Skip to content

Commit

Permalink
fix(parser): rm unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Nov 3, 2023
1 parent 85a1177 commit ff70073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gimie/parsers/abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.
from abc import ABC, abstractmethod
from functools import reduce
from typing import Iterable, Set, Tuple, TypeAlias, Union
from typing import Iterable, Set

from gimie.graph import Property

Expand Down

0 comments on commit ff70073

Please sign in to comment.