We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d842e39 commit 5c223bdCopy full SHA for 5c223bd
changes/1619.misc.rst
@@ -0,0 +1 @@
1
+CHange note.
src/briefcase/commands/base.py
@@ -19,8 +19,6 @@
19
from cookiecutter.repository import is_repo_url
20
from platformdirs import PlatformDirs
21
22
-import time # unused import to fail pre-commit
23
-
24
if sys.version_info >= (3, 11): # pragma: no-cover-if-lt-py311
25
import tomllib
26
else: # pragma: no-cover-if-gte-py311
0 commit comments