Skip to content

Commit

Permalink
Shorten the lines to prevent flake8 line too lomg error
Browse files Browse the repository at this point in the history
  • Loading branch information
lo-simon committed Apr 18, 2024
1 parent 09fc19d commit 3882388
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nmostesting/suites/IS1101Test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2189,7 +2189,8 @@ def test_02_03_04(self, test):

def test_02_03_05_01(self, test):
"""
Verify for inputs supporting EDID that the version and the effective EDID change when applying constraints (video)
Verify for inputs supporting EDID that the version and
the effective EDID change when applying constraints (video)
"""
if len(self.flow_format_video) == 0:
return test.UNCLEAR("There is no video format")
Expand Down Expand Up @@ -2539,7 +2540,8 @@ def test_02_03_05_01(self, test):

def test_02_03_05_02(self, test):
"""
Verify for inputs supporting EDID that the version and the effective EDID change when applying constraints (audio)
Verify for inputs supporting EDID that the version and
the effective EDID change when applying constraints (audio)
"""
if len(self.flow_format_audio) == 0:
return test.UNCLEAR("There is no audio format")
Expand Down

0 comments on commit 3882388

Please sign in to comment.