Skip to content

Commit 7943d7a

Browse files
committed
Fix a flake8 error
1 parent 92b0cd4 commit 7943d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/rdm/TestDefinitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8228,7 +8228,7 @@ class GetTestDataPatternLengthMaxPDL(TestMixins.GetTestDataMixin,
82288228

82298229

82308230
class GetTestDataPatternLengthMaxPatternLength(TestMixins.GetTestDataMixin,
8231-
OptionalParameterTestFixture):
8231+
OptionalParameterTestFixture):
82328232
"""GET TEST_DATA with a pattern length of the max pattern length."""
82338233
PATTERN_LENGTH = RDM_MAX_TEST_DATA_PATTERN_LENGTH
82348234

0 commit comments

Comments
 (0)