aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyfunkwhale/funkwhale.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyfunkwhale/funkwhale.py b/pyfunkwhale/funkwhale.py
index 255d9d1..53e5937 100644
--- a/pyfunkwhale/funkwhale.py
+++ b/pyfunkwhale/funkwhale.py
@@ -41,7 +41,7 @@ class Funkwhale(object):
return self.client.call('/artists/', 'get', params).json()
- def artist(self, _id, refresh: bool = False):
+ def artist(self, _id: int, refresh: bool = False):
"""
Retrieve a single artist
"""