Skip to content

Commit dbe72d1

Browse files
🧱 [infra] New build to work around previous PyPi failure (#50)
2 parents 023439a + a9b02de commit dbe72d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/AutoGitSemVer/Lib.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
import git
2929
import rtyaml # type: ignore [import-untyped]
3030

31-
from dbrownell_Common.InflectEx import inflect # type: ignore [import-untyped]
32-
from dbrownell_Common import PathEx # type: ignore [import-untyped]
33-
from dbrownell_Common.Streams.DoneManager import DoneManager # type: ignore [import-untyped]
31+
from dbrownell_Common.InflectEx import inflect
32+
from dbrownell_Common import PathEx
33+
from dbrownell_Common.Streams.DoneManager import DoneManager
3434
from jsonschema import Draft202012Validator, validators # type: ignore [import-untyped]
3535
from semantic_version import Version as SemVer # type: ignore [import-untyped]
3636

0 commit comments

Comments
 (0)