aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-03-11 18:18:08 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-03-11 18:18:08 +0100
commit31ca1192969251904917b27ba085bbe1adc8a5d1 (patch)
treed7741d5d357305628782cbb1d5266500038b8295 /setup.py
parentdca789e8eb805df4dcf3309599aa136427de5c15 (diff)
sort imports
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ca1e3a1..f447a72 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-from setuptools import setup, find_packages
+from setuptools import find_packages, setup
try:
with open("README.rst", 'r') as fp: