to do → todo
This commit is contained in:
parent
edcd580d12
commit
59bf483160
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class GeometryMixin(SerializableMixin):
|
|||
@classmethod
|
||||
@contextmanager
|
||||
def dont_keep_originals(cls):
|
||||
# to do: invert this and to no_orig being True by default
|
||||
# todo: invert this and to no_orig being True by default
|
||||
cls.no_orig = True
|
||||
yield
|
||||
cls.no_orig = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue