diff options
author | Benjamin Schubert <contact@benschubert.me> | 2020-07-03 11:33:17 +0100 |
---|---|---|
committer | Benjamin Schubert <contact@benschubert.me> | 2020-07-03 11:46:29 +0100 |
commit | 2833a6abd562a628f4039e74a1dadf12661d2b6d (patch) | |
tree | 874362f70d15e42babc6f9c578d6822b8efee0f8 /tests/testutils/python_repo.py | |
parent | 94dcc28121a57f5e292ce653ef4b760a7ad3b6a4 (diff) | |
download | buildstream-bschubert/isort.tar.gz |
setup.cfg: Use isort to sort our importsbschubert/isort
Diffstat (limited to 'tests/testutils/python_repo.py')
-rw-r--r-- | tests/testutils/python_repo.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testutils/python_repo.py b/tests/testutils/python_repo.py index 07efa376a..3666ffcc9 100644 --- a/tests/testutils/python_repo.py +++ b/tests/testutils/python_repo.py @@ -6,7 +6,6 @@ import sys import pytest - SETUP_TEMPLATE = """\ from setuptools import setup |