diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2021-12-24 01:55:42 +0200 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2021-12-24 01:55:42 +0200 |
| commit | bf15b29ee2fabfe8b720413be5bb929d5814cc97 (patch) | |
| tree | cf820402570c997165d7de46655236ee60be12a1 /tests/testdata | |
| parent | 6e4479d3aaf9b04c257e159f64028bc2cee89f1a (diff) | |
| download | wheel-git-bf15b29ee2fabfe8b720413be5bb929d5814cc97.tar.gz | |
Adopted isort and applied it to the codebase
Diffstat (limited to 'tests/testdata')
| -rw-r--r-- | tests/testdata/abi3extension.dist/setup.py | 2 | ||||
| -rw-r--r-- | tests/testdata/extension.dist/setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/testdata/abi3extension.dist/setup.py b/tests/testdata/abi3extension.dist/setup.py index 10127da..7b1b0fa 100644 --- a/tests/testdata/abi3extension.dist/setup.py +++ b/tests/testdata/abi3extension.dist/setup.py @@ -1,4 +1,4 @@ -from setuptools import setup, Extension +from setuptools import Extension, setup setup( name="extension.dist", diff --git a/tests/testdata/extension.dist/setup.py b/tests/testdata/extension.dist/setup.py index fc4042b..cf9ef72 100644 --- a/tests/testdata/extension.dist/setup.py +++ b/tests/testdata/extension.dist/setup.py @@ -1,4 +1,4 @@ -from setuptools import setup, Extension +from setuptools import Extension, setup setup( name="extension.dist", |
