run through black

This commit is contained in:
onyx-and-iris 2023-06-25 13:51:30 +01:00
parent 372dba0b6b
commit 5bb0c2731e

View File

@ -1,5 +1,6 @@
class VBANCMDError(Exception): class VBANCMDError(Exception):
"""Exception raised when general errors occur""" """Exception raised when general errors occur"""
class VBANCMDConnectionError(Exception): class VBANCMDConnectionError(Exception):
"""Exception raised when connection/timeout errors occur""" """Exception raised when connection/timeout errors occur"""