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 15, 2024
1 parent 18d7229 commit e8495f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sde_collections/tests/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
from django.contrib.auth import get_user_model
from django.utils import timezone

from sde_collections.models.collection import Collection
from sde_collections.models.candidate_url import CandidateURL
from sde_collections.models.collection import Collection
from sde_collections.models.collection_choice_fields import (
ConnectorChoices,
Divisions,
Expand Down
1 change: 1 addition & 0 deletions sde_collections/tests/test_tdamm_tags.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# docker-compose -f local.yml run --rm django pytest -s sde_collections/tests/test_tdamm_tags.py

import pytest

from sde_collections.tests.factories import CandidateURLFactory


Expand Down

0 comments on commit e8495f3

Please sign in to comment.