From ae566150956575b80266880ff7e4066fe55ff843 Mon Sep 17 00:00:00 2001 From: Aidan Timson Date: Mon, 1 Apr 2024 12:43:20 +0100 Subject: [PATCH] Fix import --- aiolyric/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: