From 459aad54aa781a1a3d0feac6c6b5824881f069f0 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sun, 26 Oct 2025 10:17:49 +0100 Subject: [PATCH] Black --- src/ifcopenshell-python/ifcopenshell/file.py | 2 +- src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/file.py b/src/ifcopenshell-python/ifcopenshell/file.py index c7350a13da..fd95004aad 100644 --- a/src/ifcopenshell-python/ifcopenshell/file.py +++ b/src/ifcopenshell-python/ifcopenshell/file.py @@ -251,7 +251,7 @@ INVALID_SYNTAX = ifcopenshell_wrapper.file_open_status.INVALID_SYNTAX try: UNKNOWN = ifcopenshell_wrapper.file_open_status.UNKNOWN except: - UNKNOWN = 5 # Workaround + UNKNOWN = 5 # Workaround import struct diff --git a/src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi b/src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi index 10c08141d5..47901a182e 100644 --- a/src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi +++ b/src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi @@ -393,6 +393,7 @@ class RocksDBPrefixIterator: def next(self): ... def valid(self): ... def value(self): ... + class RocksDbSerializer: def finalize(self): ... def ready(self): ...