Skip to content

Commit 81d7427

Browse files
authored
Update CacheAction.py
1 parent 858355b commit 81d7427

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mlc/CacheAction.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from .action import Action, default_parent
1+
from .action import Action
22
import os
33
import json
44
from . import utils
@@ -7,8 +7,6 @@
77
class CacheAction(Action):
88

99
def __init__(self, parent=None):
10-
if parent is None:
11-
parent = default_parent
1210
#super().__init__(parent)
1311
self.parent = parent
1412
self.__dict__.update(vars(parent))

0 commit comments

Comments
 (0)