Skip to content

Commit

Permalink
Make all style checkers happy
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx authored and HungNgien committed Dec 24, 2024
1 parent b91a59e commit 032a20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/agenda/test_agenda_schedule_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from django.test import override_settings
from django.urls import reverse
from django_scopes import scope
# from jsonschema import validate
from lxml import etree

from pretalx.agenda.tasks import export_schedule_html
Expand Down Expand Up @@ -144,6 +143,7 @@ def test_schedule_frab_json_export(

assert regular_content != orga_content

# from jsonschema import validate
# validate(instance=regular_content, schema=schedule_schema_json)
# validate(instance=orga_content, schema=schedule_schema_json)

Expand Down

0 comments on commit 032a20d

Please sign in to comment.