From a985c57bb573188a81e4993bca5027d8c312558b Mon Sep 17 00:00:00 2001 From: Elliot <3186037+elliot-100@users.noreply.github.com> Date: Sun, 13 Oct 2024 16:55:03 +0100 Subject: [PATCH] WIP: attempt to ignore example scripts --- spond/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spond/base.py b/spond/base.py index e4004ad..01299c9 100644 --- a/spond/base.py +++ b/spond/base.py @@ -2,7 +2,7 @@ from typing import Callable import aiohttp - +import dummy_import class AuthenticationError(Exception): pass