From 08e12507f415765027fb2aa4819834ce121386c4 Mon Sep 17 00:00:00 2001 From: Someone <10882916+InterN0te@users.noreply.github.com> Date: Tue, 12 Dec 2023 13:18:32 +0100 Subject: [PATCH] Restore common.errors.py --- tubesync/common/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubesync/common/errors.py b/tubesync/common/errors.py index 4e496e6..130510a 100644 --- a/tubesync/common/errors.py +++ b/tubesync/common/errors.py @@ -26,4 +26,4 @@ class DatabaseConnectionError(Exception): ''' Raised when parsing or initially connecting to a database. ''' - pass \ No newline at end of file + pass