diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-01-20 21:10:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-20 21:10:43 (GMT) |
commit | 52eade22237eef1f3843271b9aa8ff007e2b0176 (patch) | |
tree | b5ddb934a0eef4ab0fc8f9767f6f9aeefdd0f345 | |
parent | c48b8f8db8625fe543691e3306f4226435f77ec8 (diff) | |
download | cpython-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.toml | 1 |
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", ] |