This commit is contained in:
Andrej730
2024-04-25 11:24:42 +05:00
parent cce2fee1fa
commit 721466c429
10 changed files with 66 additions and 34 deletions
+1 -1
View File
@@ -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