Skip to content

Commit

Permalink
fix(test): fixed import of auth.models
Browse files Browse the repository at this point in the history
  • Loading branch information
bendikrb committed Oct 13, 2024
1 parent c9abb15 commit 7aa2306
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

import pytest

from podme_api.auth import PodMeDefaultAuthClient, PodMeUserCredentials, SchibstedCredentials
from podme_api.auth import PodMeDefaultAuthClient
from podme_api.auth.models import PodMeUserCredentials, SchibstedCredentials
from podme_api.client import PodMeClient

from .helpers import load_fixture_json
Expand Down

0 comments on commit 7aa2306

Please # to comment.