mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
Fix Ruff UP034 (extraneous-parentheses)
https://docs.astral.sh/ruff/rules/extraneous-parentheses/
This commit is contained in:
@@ -302,7 +302,7 @@ class Settings:
|
||||
def set_(self, *args): ...
|
||||
def setting_names(self): ...
|
||||
|
||||
class SvgSerializer (WriteOnlyGeometrySerializer):
|
||||
class SvgSerializer(WriteOnlyGeometrySerializer):
|
||||
SH_NONE: Any
|
||||
SH_FULL: Any
|
||||
SH_LEFT: Any
|
||||
|
||||
Reference in New Issue
Block a user