Skip to content

Commit

Permalink
Merge pull request #10 from ai-write-city/master
Browse files Browse the repository at this point in the history
Fixed flake8 warnings
  • Loading branch information
ai-write-city authored Dec 30, 2020
2 parents 4353c3f + 9aafe25 commit 4db9b7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions canary/live_stream_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
ATTR_TOKEN = "token"
ATTR_SESSION_ID = "sessionId"


class LiveStreamApi:
def __init__(self, username, password, timeout=10):
self._username = username
Expand Down

0 comments on commit 4db9b7c

Please sign in to comment.