We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 858355b commit 81d7427Copy full SHA for 81d7427
mlc/CacheAction.py
@@ -1,4 +1,4 @@
1
-from .action import Action, default_parent
+from .action import Action
2
import os
3
import json
4
from . import utils
@@ -7,8 +7,6 @@
7
class CacheAction(Action):
8
9
def __init__(self, parent=None):
10
- if parent is None:
11
- parent = default_parent
12
#super().__init__(parent)
13
self.parent = parent
14
self.__dict__.update(vars(parent))
0 commit comments