Skip to content

Commit 6ddcb58

Browse files
committed
Fix formatting errors
Signed-off-by: Tushar Goel <[email protected]>
1 parent 40f6dc5 commit 6ddcb58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_codestyle.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
#
99

1010
import subprocess
11-
import unittest
1211
import sys
12+
import unittest
13+
1314
import pytest
1415

1516

1617
class BaseTests(unittest.TestCase):
17-
1818
@pytest.mark.skipif(sys.version_info[:2] == (3, 12), reason="Skipping test for Python 3.12")
1919
def test_codestyle(self):
2020
"""

0 commit comments

Comments
 (0)