mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-27 15:03:51 +00: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:
parent
c3c87e86ef
commit
dc5c44ccc4
2 changed files with 2 additions and 11 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue