Skip to content

Commit 736e76c

Browse files
committed
correct some code quality quirks
1 parent 282f240 commit 736e76c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/update_versions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import os
2-
from pathlib import Path
32
import re
3+
from pathlib import Path
4+
45
from semantic_version import Version
56

67

0 commit comments

Comments
 (0)