mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 19:07:57 +00:00
typing
This commit is contained in:
@@ -259,7 +259,7 @@ class file(object):
|
||||
self.history_size = 64
|
||||
self.history = []
|
||||
self.future = []
|
||||
self.transaction = None
|
||||
self.transaction: Optional[Transaction] = None
|
||||
|
||||
import weakref
|
||||
|
||||
|
||||
Reference in New Issue
Block a user