>>> gl.get_user(130)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/root/py3/lib/python3.6/site-packages/gitlab3/__init__.py", line 158, in fn
if key and '/' in key:
TypeError: argument of type 'int' is not iterable
>>>
here is the code