Skip to content

Commit

Permalink
linting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clinton Roy committed Jul 6, 2023
1 parent 4987dbe commit 231658f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event_model/tests/test_schema_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
StreamResource,
]

SCHEMA_PATH = event_model.__path__[0] + '/schemas/'
SCHEMA_PATH = event_model.__path__[0] + "/schemas/"

@pytest.mark.parametrize("typed_dict_class", typed_dict_class_list)
def test_generated_json_matches_typed_dict(typed_dict_class, tmpdir):
Expand Down

0 comments on commit 231658f

Please sign in to comment.