Skip to content

Commit 4af4e88

Browse files
committed
fix: reorder import statements in setup.py for clarity
1 parent 465952c commit 4af4e88

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
from setuptools import find_packages, setup
2+
13
from backpack.version import version
2-
from setuptools import setup, find_packages
34

45
with open('README.md', 'r', encoding='utf-8') as f:
56
long_description = f.read()

0 commit comments

Comments
 (0)