Skip to content

Commit

Permalink
Reorder imports in an attempt to appease linter (isort)
Browse files Browse the repository at this point in the history
  • Loading branch information
eecavanna committed Aug 20, 2024
1 parent 4893236 commit 266b1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_submission.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import json
from datetime import datetime, timedelta
from csv import DictReader
from datetime import datetime, timedelta

import pytest
from sqlalchemy.orm.session import Session
Expand Down

0 comments on commit 266b1ad

Please sign in to comment.