We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8aca9 commit d81bfcdCopy full SHA for d81bfcd
src/fagfunksjoner/prodsone/check_env.py
@@ -6,7 +6,8 @@
6
7
import os
8
9
-from dapla.auth import AuthClient, DaplaRegion
+from dapla.auth import AuthClient
10
+from dapla.const import DaplaRegion
11
12
13
def check_env(raise_err: bool = True) -> str:
tests/prodsone/test_check_env.py
@@ -2,7 +2,7 @@
2
from unittest import mock
3
4
import pytest
5
-from dapla.auth import DaplaRegion
from fagfunksjoner.prodsone import check_env
0 commit comments