Skip to content

Commit 62b3436

Browse files
committed
fix: adjust faulty import
1 parent 39cf86b commit 62b3436

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/tag-version.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Script responsible for creating and pushing git tags for cookiecutter-robust-python releases."""
2+
import sys
23
# /// script
34
# requires-python = ">=3.10"
45
# dependencies = [
@@ -15,7 +16,7 @@
1516
import typer
1617
from cookiecutter.utils import work_in
1718

18-
from scripts.util import git
19+
from util import git
1920
from util import REPO_FOLDER
2021

2122

0 commit comments

Comments
 (0)