Skip to content

Commit ae33027

Browse files
committed
refactor: adjust import order in setup-release.py to get the robust-python-demo's lint cicd to pass
1 parent 493cb35 commit ae33027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{cookiecutter.project_name}}/scripts/setup-release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
import subprocess
55
from typing import Optional
66

7+
from util import REPO_FOLDER
78
from util import bump_version
89
from util import check_dependencies
910
from util import create_release_branch
10-
from util import get_package_version
1111
from util import get_bumped_package_version
12-
from util import REPO_FOLDER
12+
from util import get_package_version
1313

1414

1515
def main() -> None:

0 commit comments

Comments
 (0)