Skip to content

Commit 350ec12

Browse files
committed
fix: format docs
1 parent 1149495 commit 350ec12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aktools/datasets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
Date: 2022/5/9 18:08
55
Desc: 导入文件工具,可以正确处理路径问题
66
"""
7-
from importlib import resources
87
import pathlib
8+
from importlib import resources
99

1010

1111
def get_pyscript_html(file: str = "akscript.html") -> pathlib.Path:

0 commit comments

Comments
 (0)