Skip to content

Commit

Permalink
Adjusted iSort setting + fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbuiten committed Feb 2, 2024
1 parent 6903f15 commit 52805e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@ exclude = '''
[tool.isort]
profile = "black"
line_length = 120
known_third_party = ["meldingen_core"]
known_first_party = ["meldingen"]
known_first_party = ["meldingen_core"]
1 change: 1 addition & 0 deletions tests/test_meldingen/test_actions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import pytest

from meldingen_core.actions import MeldingCreateAction, MeldingListAction, MeldingRetrieveAction
from meldingen_core.models import Melding
from meldingen_core.repositories import BaseMeldingRepository
Expand Down

0 comments on commit 52805e2

Please sign in to comment.