Small refactor and isort+black formatting
This commit is contained in:
@@ -12,4 +12,4 @@ class UnknownError(Exception):
|
||||
super().__init__(self.errorText)
|
||||
|
||||
def __str__(self):
|
||||
return f'{self.errorCode} -> {self.errorText}'
|
||||
return f"{self.errorCode} -> {self.errorText}"
|
||||
|
Reference in New Issue
Block a user