Skip to content

Commit

Permalink
pre-commit black testing
Browse files Browse the repository at this point in the history
  • Loading branch information
larsmoan committed Apr 12, 2024
1 parent 785e107 commit 3bc004d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spamoverflow/views/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
from spamoverflow.models.spamoverflow import Email, Domain, Customer
from spamoverflow.utils.utils import (
find_domains,
validate_content_json,validate_request,
validate_content_json,
validate_request,
)
from spamoverflow.models import db
from spamoverflow import cache
Expand Down

0 comments on commit 3bc004d

Please sign in to comment.