diff options
Diffstat (limited to 'szuruboorupy')
| -rw-r--r-- | szuruboorupy/exceptions.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/szuruboorupy/exceptions.py b/szuruboorupy/exceptions.py index bde9c9a..4343f70 100644 --- a/szuruboorupy/exceptions.py +++ b/szuruboorupy/exceptions.py @@ -5,9 +5,10 @@ defined in this module as well as the Szurubooru API docs: https://github.com/rr-/szurubooru/blob/master/doc/API.md#error-handling """ -import requests as r import json +import requests as r + class SzurubooruException(Exception): """General Error returned from the Szurubooru REST API. |