Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
byewokko committed Oct 14, 2024
1 parent c994810 commit 365365b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asab/web/auth/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
import aiohttp.web
import aiohttp.client_exceptions

from ... import LogObsolete
from ...abc.service import Service
from ...config import Config
from ...exceptions import NotAuthenticatedError, AccessDeniedError
from ...api.discovery import NotDiscoveredError
from ...library.service import LogObsolete
from ...utils import string_to_boolean
from ...contextvars import Tenant, Authz
from ..websocket import WebSocketFactory
Expand Down

0 comments on commit 365365b

Please sign in to comment.