mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
Black
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -393,6 +393,7 @@ class RocksDBPrefixIterator:
|
||||
def next(self): ...
|
||||
def valid(self): ...
|
||||
def value(self): ...
|
||||
|
||||
class RocksDbSerializer:
|
||||
def finalize(self): ...
|
||||
def ready(self): ...
|
||||
|
||||
Reference in New Issue
Block a user