Skip to content

Commit 8938f0e

Browse files
committed
fix import
1 parent 436e743 commit 8938f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from pathlib import Path
21
# coding: utf-8
32

43
"""
@@ -32,6 +31,7 @@
3231
]
3332

3433
# read the contents of your README file
34+
from pathlib import Path
3535

3636
this_directory = Path(__file__).parent
3737
long_description = (this_directory / "README_FOR_PYPI.md").read_text()

0 commit comments

Comments
 (0)