Skip to content

Commit

Permalink
style(format): remove unused import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
RDWimmers committed Jan 16, 2025
1 parent 3d47d8b commit 6e0ba72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pypilecore/results/typing.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Dict, List, Protocol, TypeVar, runtime_checkable
from typing import List, Protocol, TypeVar, runtime_checkable

from pypilecore.common.piles import PileProperties
from pypilecore.results.compression.multi_cpt_results import (
Expand Down

0 comments on commit 6e0ba72

Please sign in to comment.