mirror of
https://github.com/astral-sh/ruff
synced 2026-01-09 07:34:06 -05:00
Remove some hardcoded modules from generate_known_standard_library.py (#11409)
See feedback in: https://github.com/astral-sh/ruff/pull/11374
This commit is contained in:
@@ -245,7 +245,6 @@ pub fn is_known_standard_library(minor_version: u8, module: &str) -> bool {
|
||||
| "socketserver"
|
||||
| "spwd"
|
||||
| "sqlite3"
|
||||
| "sre"
|
||||
| "sre_compile"
|
||||
| "sre_constants"
|
||||
| "sre_parse"
|
||||
|
||||
Reference in New Issue
Block a user