mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-19 19:54:07 +00:00
ruff: remove unused noqa
Most of them are actually correct, but they're not enforced in general on the repo, so using them blocks us from flagging `unused-noqa` for rules that we actually do use.
This commit is contained in:
@@ -81,7 +81,7 @@ from pathlib import Path
|
||||
from typing import Optional, Union
|
||||
|
||||
sys.path.insert(0, str(Path(__file__).parent))
|
||||
from validate_stub import SubnameType, get_function_node_name, get_names_tree # noqa: E402
|
||||
from validate_stub import SubnameType, get_function_node_name, get_names_tree
|
||||
|
||||
LICENSE_HEADER_START = "# IfcOpenShell - IFC toolkit and geometry engine"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user