summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2023-01-31 19:08:26 +0000
committerJelmer Vernooij <jelmer@jelmer.uk>2023-01-31 19:53:38 +0000
commit291b44e10e448be5439e510ef02f2fe709649b8f (patch)
treeab85339cda13dfcdaec84e98c41600d379125e80 /setup.py
parente9f6eef3a0961cdb0a1b823ebbfd7bc289f63cf3 (diff)
downloadsubunit-git-291b44e10e448be5439e510ef02f2fe709649b8f.tar.gz
Sort Python import definitions with isort
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d905b96..7bb270a 100755
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,7 @@
#!/usr/bin/env python3
import os.path
+
from setuptools import setup