Remove deleted time_hashlib.py from Lib/test/.ruff.toml (#114355)

This commit is contained in:
Hugo van Kemenade 2024-01-20 23:10:43 +02:00 committed by GitHub
parent c48b8f8db8
commit 52eade2223
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,5 +20,4 @@ extend-exclude = [
"test_import/__init__.py",
"test_pkg.py",
"test_yield_from.py",
"time_hashlib.py",
]