Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 26, 2023
1 parent 3c8e074 commit c36ab3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project/tests/test_models.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import datetime
from datetime.timezone import utc
import uuid
from datetime.timezone import utc

from django.core.management import call_command
from django.test import TestCase, override_settings
from django.utils import timezone
from freezegun import freeze_time

from silk import models
Expand Down

0 comments on commit c36ab3a

Please sign in to comment.