Skip to content

Commit

Permalink
use isort style import sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
hannob committed Nov 25, 2023
1 parent 5c330c3 commit bf5eed6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions setup.py
@@ -1,6 +1,7 @@
#!/usr/bin/env python3

import os

import setuptools

package_name = "snallygaster"
Expand Down
4 changes: 2 additions & 2 deletions tests/test_codingstyle.py
@@ -1,6 +1,6 @@
import unittest
import subprocess
import glob
import subprocess
import unittest


class TestCodingstyle(unittest.TestCase):
Expand Down
2 changes: 1 addition & 1 deletion tests/test_docs.py
@@ -1,5 +1,5 @@
import unittest
import re
import unittest


class TestCodingstyle(unittest.TestCase):
Expand Down
8 changes: 4 additions & 4 deletions tests/test_scan_testdata.py
@@ -1,10 +1,10 @@
import unittest
import subprocess
import os
import tempfile
import http.server
import os
import ssl
import subprocess
import tempfile
import threading
import unittest

TESTDATA_REPO = "https://github.com/hannob/snallygaster-testdata"

Expand Down

0 comments on commit bf5eed6

Please sign in to comment.