Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobessa committed Dec 5, 2024
1 parent b7564db commit 17a10ca
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vintasend/services/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from vintasend.app_settings import NotificationSettings

from vintasend.services.notification_adapters.asynio_base import AsyncIOBaseNotificationAdapter
from vintasend.services.notification_adapters.asyncio_base import AsyncIOBaseNotificationAdapter
from vintasend.services.notification_adapters.base import BaseNotificationAdapter
from vintasend.services.notification_backends.asyncio_base import AsyncIOBaseNotificationBackend
from vintasend.services.notification_backends.base import BaseNotificationBackend
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from vintasend.constants import NotificationTypes
from vintasend.services.dataclasses import Notification, NotificationContextDict
from vintasend.services.notification_adapters.asynio_base import AsyncIOBaseNotificationAdapter
from vintasend.services.notification_adapters.asyncio_base import AsyncIOBaseNotificationAdapter
from vintasend.services.notification_adapters.base import BaseNotificationAdapter
from vintasend.services.notification_adapters.async_base import AsyncBaseNotificationAdapter, NotificationDict
from vintasend.services.notification_backends.asyncio_base import AsyncIOBaseNotificationBackend
Expand Down
2 changes: 1 addition & 1 deletion vintasend/services/notification_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
except ImportError:
from typing_extensions import Unpack

from vintasend.services.notification_adapters.asynio_base import AsyncIOBaseNotificationAdapter
from vintasend.services.notification_adapters.asyncio_base import AsyncIOBaseNotificationAdapter
from vintasend.services.notification_backends.base import BaseNotificationBackend
from vintasend.utils.singleton_utils import SingletonMeta
from vintasend.constants import NotificationTypes
Expand Down

0 comments on commit 17a10ca

Please sign in to comment.