From 5bb0c2731e6979da7a0fafa8b46abd317f636995 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 25 Jun 2023 13:51:30 +0100 Subject: [PATCH] run through black --- vban_cmd/error.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vban_cmd/error.py b/vban_cmd/error.py index 10c47e5..bb4925b 100644 --- a/vban_cmd/error.py +++ b/vban_cmd/error.py @@ -1,5 +1,6 @@ class VBANCMDError(Exception): """Exception raised when general errors occur""" + class VBANCMDConnectionError(Exception): """Exception raised when connection/timeout errors occur"""