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 Dec 4, 2023
1 parent 22d6226 commit 07da927
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_init.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from importlib import reload
from unittest.mock import Mock, patch
from importlib.metadata import PackageNotFoundError
from unittest.mock import Mock, patch

from django.test import SimpleTestCase

import rest_framework_simplejwt


Expand Down

0 comments on commit 07da927

Please sign in to comment.