Skip to content

Commit

Permalink
Update tests/conftest.py to alphabetize imports.
Browse files Browse the repository at this point in the history
Doing a commit suggestion here in Github. Looks like pre-commit hooks on my local branch will overwrite the requested changes and revert back to the incorrect way.

Co-authored-by: dav3r <david.redmin@trio.dhs.gov>
  • Loading branch information
JCantu248 and dav3r committed Sep 9, 2021
1 parent a166791 commit f50f5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@

# cisagov Libraries
from models.models import (
SMTP,
Assessment,
Campaign,
Click,
Group,
Page,
SMTP,
Target,
Template,
)
Expand Down

0 comments on commit f50f5c2

Please sign in to comment.