Skip to content

Commit

Permalink
fix flake8-type-checking lint (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent authored Apr 4, 2022
1 parent e251faa commit 6b3ed4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poetry/core/semver/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
from poetry.core.semver.version_range_constraint import VersionRangeConstraint
from poetry.core.semver.version_union import VersionUnion
from poetry.core.version.pep440 import Release
from poetry.core.version.pep440 import ReleaseTag
from poetry.core.version.pep440.version import PEP440Version


if TYPE_CHECKING:
from poetry.core.semver.version_constraint import VersionConstraint
from poetry.core.version.pep440 import LocalSegmentType
from poetry.core.version.pep440 import ReleaseTag


@dataclasses.dataclass(frozen=True)
Expand Down

0 comments on commit 6b3ed4a

Please sign in to comment.