Skip to content

Commit cc72ada

Browse files
fix style
Co-authored-by: dahn <[email protected]>
1 parent 1df0bb1 commit cc72ada

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/integration/smoke/test_network_traffic_type_api.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ def setUpClass(cls):
4444
)
4545
cls._cleanup.append(cls.physical_network)
4646

47-
@classmethod
48-
def tearDownClass(cls):
49-
super(TestTrafficTypeApi, cls).tearDownClass()
50-
47+
@classmethod
48+
def tearDownClass(cls):
49+
super(TestTrafficTypeApi, cls).tearDownClass()
50+
5151

5252
@attr(tags=["advanced"], required_hardware="false")
5353
def test_list_api_fields(self):

0 commit comments

Comments
 (0)