8000 Remove unused imports · python-semver/python-semver@d9591b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit d9591b6

Browse files
committed
Remove unused imports
1 parent f3b3c94 commit d9591b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/semver/version.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
from functools import wraps
66
from typing import (
77
Any,
8-
ClassVar,
98
Dict,
109
Iterable,
1110
Optional,
12-
Pattern,
1311
SupportsInt,
1412
Tuple,
1513
Union,

0 commit comments

Comments
 (0)
0