Skip to content

Commit a5873b7

Browse files
fix import
1 parent 29ea1c9 commit a5873b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/specs/web-server/_auth_api_keys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from models_library.rest_error import EnvelopedError
1111
from simcore_service_webserver._meta import API_VTAG
1212
from simcore_service_webserver.api_keys._exceptions_handlers import _TO_HTTP_ERROR_MAP
13-
from simcore_service_webserver.api_keys.routers.rest_routers import ApiKeysPathParams
13+
from simcore_service_webserver.api_keys._rest import ApiKeysPathParams
1414

1515
router = APIRouter(
1616
prefix=f"/{API_VTAG}",

0 commit comments

Comments
 (0)