Skip to content

Commit 22577d2

Browse files
committed
fix linter warning
1 parent 7d78a8c commit 22577d2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

daffy/__init__.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
the input and output on runtime.
77
"""
88

9-
from .decorators import df_in
10-
from .decorators import df_log
11-
from .decorators import df_out
9+
from .decorators import df_in, df_log, df_out
1210

1311
__all__ = ["df_in", "df_out", "df_log"]

0 commit comments

Comments
 (0)