Skip to content

Commit bb2d7c0

Browse files
committed
-
1 parent 2882300 commit bb2d7c0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

python_toolbox/freezers/freezer.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,9 @@ class Freezer(context_managers.DelegatingContextManager):
5353
This can be conveniently used as a boolean, i.e. `if my_freezer.frozen:`.
5454
'''
5555

56-
57-
@abc.abstractmethod
5856
def freeze_handler(self):
5957
'''Do something when the object gets frozen.'''
6058

61-
62-
@abc.abstractmethod
6359
def thaw_handler(self):
6460
'''Do something when the object gets thawed.'''
6561

0 commit comments

Comments
 (0)