Skip to content

Commit

Permalink
Ill-advised change to make new mypy happy with new packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch committed Dec 7, 2023
1 parent a39df3c commit 43989f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bumpreqs/marker_extract.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from typing import Any, Iterator, Optional, Tuple

from packaging.markers import Marker, Variable
from packaging._parser import Variable

from packaging.markers import Marker

from .vrange import TooComplicated, VersionIntervals

Expand Down

0 comments on commit 43989f2

Please sign in to comment.