diff options
| author | rr- | 2016-10-22 14:43:52 +0200 |
|---|---|---|
| committer | rr- | 2016-10-22 14:43:52 +0200 |
| commit | 995cd4610dd5472bf6d9a5faf6559b7c8043783c (patch) | |
| tree | 0be98b17a51ee60dc0d841f3ba50dbf68da11109 /server/szurubooru/rest/context.py | |
| parent | f1445b9c24b286a9f74a2fead655ab5c169bc74b (diff) | |
server: drop old style class declarations
Diffstat (limited to 'server/szurubooru/rest/context.py')
| -rw-r--r-- | server/szurubooru/rest/context.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/szurubooru/rest/context.py b/server/szurubooru/rest/context.py index 3bc2705..6f74a4c 100644 --- a/server/szurubooru/rest/context.py +++ b/server/szurubooru/rest/context.py @@ -25,7 +25,7 @@ def _param_wrapper(func): return wrapper -class Context(): +class Context: def __init__(self, method, url, headers=None, params=None, files=None): self.method = method self.url = url |