diff --git a/aiolyric/client.py b/aiolyric/client.py index 94255cb..21dbe99 100644 --- a/aiolyric/client.py +++ b/aiolyric/client.py @@ -6,7 +6,7 @@ from aiohttp import ClientResponse, ClientSession -from ..exceptions import LyricAuthenticationException, LyricException +from .exceptions import LyricAuthenticationException, LyricException class LyricClient: