summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-01-20 21:10:43 (GMT)
committerGitHub <noreply@github.com>2024-01-20 21:10:43 (GMT)
commit52eade22237eef1f3843271b9aa8ff007e2b0176 (patch)
treeb5ddb934a0eef4ab0fc8f9767f6f9aeefdd0f345
parentc48b8f8db8625fe543691e3306f4226435f77ec8 (diff)
downloadcpython-52eade22237eef1f3843271b9aa8ff007e2b0176.zip
cpython-52eade22237eef1f3843271b9aa8ff007e2b0176.tar.gz
cpython-52eade22237eef1f3843271b9aa8ff007e2b0176.tar.bz2
Remove deleted `time_hashlib.py` from `Lib/test/.ruff.toml` (#114355)
-rw-r--r--Lib/test/.ruff.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/.ruff.toml b/Lib/test/.ruff.toml
index 74ab215..d6c1d87 100644
--- a/Lib/test/.ruff.toml
+++ b/Lib/test/.ruff.toml
@@ -20,5 +20,4 @@ extend-exclude = [
"test_import/__init__.py",
"test_pkg.py",
"test_yield_from.py",
- "time_hashlib.py",
]