Skip to content

Commit 811b78e

Browse files
committed
dings
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 2da1b78 commit 811b78e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ def test_cases_render_valid(self, of: OutputFormat, sv: SchemaVersion, *_: Any,
981981
# add new test cases above this line
982982

983983

984-
@skipIf(sys.version_info < (3, 10), "Requires Python 3.10+")
984+
@skipIf(sys.version_info < (3, 10), 'Requires Python 3.10+')
985985
@ddt
986986
class TestCaseCompleteness(TestCase):
987987
"""

0 commit comments

Comments
 (0)