Skip to content

Commit

Permalink
lint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan committed Aug 20, 2021
1 parent 88e4d93 commit 5562bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_classy.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class MyArrItems(ClassyArray):
]
}

actual = MyArrItems.schema.get_jsonschema()
actual = MyArrItems.schema.get_jsonschema() # pylint: disable=no-member
expected = {
"type": "array",
"items": [
Expand Down

0 comments on commit 5562bcd

Please sign in to comment.