Skip to content

Commit 305af22

Browse files
fix style
Co-authored-by: dahn <[email protected]>
1 parent ae5042d commit 305af22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: test/integration/smoke/test_network_traffic_type_api.py

+4-4
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)