Skip to content

Commit 556f4d4

Browse files
committed
Fix isort on cookiecutter template
1 parent 4ae3ae0 commit 556f4d4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cookiecutter/ci/{{ cookiecutter.__project_name }}/.ci/scripts/check_cli_dependencies.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
#!/bin/env python3
2-
import typing as t
3-
42
import tomllib
3+
import typing as t
54
from pathlib import Path
65

76
from packaging.requirements import Requirement
87

9-
108
GLUE_DIR = "pulp-glue{{ cookiecutter.__app_label_suffix }}"
119

1210

0 commit comments

Comments
 (0)