Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Fix some pep8 warning/error #80

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kovacsbalu
Copy link

No description provided.

@@ -3,7 +3,7 @@
from .remote_websocket import RemoteWebsocket


class Remote:
class Remote(object):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be just class Remote:.

@kovacsbalu
Copy link
Author

Hi @Ape, not exactly as you can see in new-style-and-classic-classes

@Ape
Copy link
Owner

Ape commented Apr 12, 2018

@kovacsbalu Samsungctl requires Python 3. That class syntax is for Python 2.

@kovacsbalu
Copy link
Author

Ohh, I missed that. But it works with python 2.7.x too.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants