ruff: fix quoted-annotation

This commit is contained in:
Andrej730
2026-08-10 15:38:45 +05:00
parent 7370d07db1
commit 055f64fa9b
2 changed files with 6 additions and 6 deletions
@@ -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, ...]: