Skip to content

Commit 7b1a0bd

Browse files
committed
Update __init__.py
1 parent a06dde2 commit 7b1a0bd

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

WrightTools/artists/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22

33
# flake8: noqa
44

5-
import pathlib
6-
7-
for x in pathlib.Path(__file__).parent.walk():
8-
print(x)
9-
10-
115
from ._animate import *
126
from ._base import *
137
from ._colors import *

0 commit comments

Comments
 (0)