Merge pull request #997 from oddstr13/pr-lint

Fix lint
This commit is contained in:
Odd Stråbø 2025-05-05 23:52:47 +02:00 committed by GitHub
commit d7ac8c44d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -157,7 +157,6 @@ class API(object):
all_results.extend(response.get("Items", []))
return {"Items": all_results}
def get_sessions(self):
return self.sessions(params={"ControllableByUserId": "{UserId}"})