mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-29 08:13:14 +00:00
ruff: fix quoted-annotation
This commit is contained in:
@@ -266,7 +266,7 @@ class geometry_serializer:
|
||||
def ready(self): ...
|
||||
def setFile(self, file: file) -> None: ...
|
||||
def setUnitNameAndMagnitude(self, name, magnitude): ...
|
||||
def settings(self, *args) -> "settings": ...
|
||||
def settings(self, *args) -> settings: ...
|
||||
def write(self, *args): ...
|
||||
def writeHeader(self): ...
|
||||
|
||||
@@ -371,7 +371,7 @@ class representation:
|
||||
- 2468 - IfcRelVoidsElement
|
||||
"""
|
||||
|
||||
def settings(self) -> "settings": ...
|
||||
def settings(self) -> settings: ...
|
||||
|
||||
class RocksDBPrefixIterator:
|
||||
def __init__(self, storage, prefix): ...
|
||||
@@ -908,7 +908,7 @@ class file(file_mixin):
|
||||
...
|
||||
|
||||
@staticmethod
|
||||
def from_string(s: str) -> "file": ...
|
||||
def from_string(s: str) -> file: ...
|
||||
def get_inverses_by_declaration(
|
||||
self, instance_id: int, declaration: declaration, attribute_index: int
|
||||
) -> tuple[entity_instance, ...]:
|
||||
|
||||
Reference in New Issue
Block a user