We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06dde2 commit 7b1a0bdCopy full SHA for 7b1a0bd
1 file changed
WrightTools/artists/__init__.py
@@ -2,12 +2,6 @@
2
3
# flake8: noqa
4
5
-import pathlib
6
-
7
-for x in pathlib.Path(__file__).parent.walk():
8
- print(x)
9
10
11
from ._animate import *
12
from ._base import *
13
from ._colors import *
0 commit comments