Skip to content

Commit 9d1393a

Browse files
committed
Format code
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 63bcbf5 commit 9d1393a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

etc/scripts/check_thirdparty.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
import utils_thirdparty
1313

14+
1415
@click.command()
1516
@click.option(
1617
"-d",

etc/scripts/test_utils_pip_compatibility_tags.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
import utils_pip_compatibility_tags
3535

36+
3637
@pytest.mark.parametrize(
3738
"version_info, expected",
3839
[

tests/test_skeleton_codestyle.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import subprocess
1212
import unittest
1313

14+
1415
class BaseTests(unittest.TestCase):
1516
def test_skeleton_codestyle(self):
1617
# This test shouldn't run in proliferated repositories.

0 commit comments

Comments
 (0)