Skip to content

Commit 86f7b43

Browse files
committed
fix import
1 parent e54b4da commit 86f7b43

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,4 @@
1-
from anyio import Path
1+
from pathlib import Path
22
from setuptools import setup, find_packages
33

44
this_directory = Path(__file__).parent

0 commit comments

Comments
 (0)