diff options
author | Jelmer Vernooij <jelmer@jelmer.uk> | 2023-01-31 19:08:26 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@jelmer.uk> | 2023-01-31 19:53:38 +0000 |
commit | 291b44e10e448be5439e510ef02f2fe709649b8f (patch) | |
tree | ab85339cda13dfcdaec84e98c41600d379125e80 /python/subunit/tests/sample-two-script.py | |
parent | e9f6eef3a0961cdb0a1b823ebbfd7bc289f63cf3 (diff) | |
download | subunit-git-291b44e10e448be5439e510ef02f2fe709649b8f.tar.gz |
Sort Python import definitions with isort
Diffstat (limited to 'python/subunit/tests/sample-two-script.py')
-rwxr-xr-x | python/subunit/tests/sample-two-script.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/subunit/tests/sample-two-script.py b/python/subunit/tests/sample-two-script.py index a687601..ecddc2e 100755 --- a/python/subunit/tests/sample-two-script.py +++ b/python/subunit/tests/sample-two-script.py @@ -1,5 +1,6 @@ #!/usr/bin/env python3 import sys + print("test old mcdonald") print("success old mcdonald") print("test bing crosby") |