Skip to content

Commit f99c0b8

Browse files
committed
fix: remove accidentally added import
1 parent 2d1d15b commit f99c0b8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/util.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@
1717

1818
import cruft
1919
import typer
20-
from bandit.plugins.injection_shell import subprocess_popen_with_shell_equals_true
20+
2121
from cookiecutter.utils import work_in
2222
from cruft._commands.utils.cruft import get_cruft_file
23-
from cruft._commands.utils.cruft import json_dumps
2423
from dotenv import load_dotenv
2524
from typer.models import OptionInfo
2625

@@ -46,7 +45,6 @@ def _load_env() -> None:
4645
# Load environment variables at module import time
4746
_load_env()
4847

49-
5048
FolderOption: partial[OptionInfo] = partial(
5149
typer.Option, dir_okay=True, file_okay=False, resolve_path=True, path_type=Path
5250
)

0 commit comments

Comments
 (0)