Skip to content

Commit 5c223bd

Browse files
committed
resolve CI issues
1 parent d842e39 commit 5c223bd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

changes/1619.misc.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CHange note.

src/briefcase/commands/base.py

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
from cookiecutter.repository import is_repo_url
2020
from platformdirs import PlatformDirs
2121

22-
import time # unused import to fail pre-commit
23-
2422
if sys.version_info >= (3, 11): # pragma: no-cover-if-lt-py311
2523
import tomllib
2624
else: # pragma: no-cover-if-gte-py311

0 commit comments

Comments
 (0)