Skip to content

Commit d315747

Browse files
committed
Format & sort imports
1 parent f48cc9f commit d315747

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/compas_fab/__init__.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,14 @@
2525

2626
import os
2727

28-
from .__version__ import __author__, __author_email__, __copyright__, __description__, __license__, __title__, __url__, __version__
28+
from .__version__ import __author__
29+
from .__version__ import __author_email__
30+
from .__version__ import __copyright__
31+
from .__version__ import __description__
32+
from .__version__ import __license__
33+
from .__version__ import __title__
34+
from .__version__ import __url__
35+
from .__version__ import __version__
2936

3037
HERE = os.path.dirname(__file__)
3138
DATA = os.path.abspath(os.path.join(HERE, 'data'))

0 commit comments

Comments
 (0)