Skip to content

Commit 43a102d

Browse files
committed
fix: 更新导入路径以使用正确的模块路径
1 parent 5ff197c commit 43a102d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
if not hasattr(inspect, 'getargspec'): # 修复
77
inspect.getargspec = inspect.getfullargspec
88

9-
from taolib.flows.tasks import sites
9+
from taolib.doc import sites
1010

1111
namespace = sites('docs', target='docs/_build/html')

0 commit comments

Comments
 (0)