aboutsummaryrefslogtreecommitdiff
path: root/pyfunkwhale/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyfunkwhale/client.py')
-rw-r--r--pyfunkwhale/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyfunkwhale/client.py b/pyfunkwhale/client.py
index c6ef1f2..4372460 100644
--- a/pyfunkwhale/client.py
+++ b/pyfunkwhale/client.py
@@ -83,7 +83,7 @@ class Client(object):
self._get_token()
write_file(self.token_filename, self.token)
- def _get_JWT_token(self):
+ def _get_JWT_token(self) -> dict:
"""
Get a JWT token.
"""