summaryrefslogtreecommitdiffstats
path: root/PC/layout
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2024-06-17 16:09:26 (GMT)
committerGitHub <noreply@github.com>2024-06-17 16:09:26 (GMT)
commitd9b4316374ac27ec38ca8c829ff3fc2367ebd095 (patch)
treea7d157a4b3841c77bdda782e6e4df5e24ea01bcd /PC/layout
parent6acf7776ef8e0f08e1d4b4b5511bea8d716f571f (diff)
downloadcpython-d9b4316374ac27ec38ca8c829ff3fc2367ebd095.zip
cpython-d9b4316374ac27ec38ca8c829ff3fc2367ebd095.tar.gz
cpython-d9b4316374ac27ec38ca8c829ff3fc2367ebd095.tar.bz2
gh-120417: Remove unused imports in Tools (#120623)
Diffstat (limited to 'PC/layout')
-rw-r--r--PC/layout/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/layout/__main__.py b/PC/layout/__main__.py
index f7aa1e6..05a059e 100644
--- a/PC/layout/__main__.py
+++ b/PC/layout/__main__.py
@@ -1,7 +1,7 @@
import sys
try:
- import layout
+ import layout # noqa: F401
except ImportError:
# Failed to import our package, which likely means we were started directly
# Add the additional search path needed to locate our module.