Skip to content

Commit ddf200c

Browse files
committed
update
1 parent 1446429 commit ddf200c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

padiff/__init__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@
2727

2828
from .report.hooks import info_hook
2929
from .datas import global_json_laoder as jsons
30-
from . import cinn_diff
30+
31+
try:
32+
from . import cinn_diff
33+
except:
34+
pass
3135

3236

3337
def module_filter(name):

0 commit comments

Comments
 (0)