to do → todo

This commit is contained in:
Laura Klünder 2019-12-23 15:02:52 +01:00
parent edcd580d12
commit 59bf483160

View file

@ -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