Skip to content

Conversation

@BenSharpe05
Copy link

No description provided.

Copy link
Contributor

@hrjkknox hrjkknox left a comment

Choose a reason for hiding this comment

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

Add data types and we'll be good to merge


class Connection:
def __init__(self, channel: canlib.Channel, id: int, debug: bool = False):
def __init__(self, bitRate, channelNo, id: int, debug: bool = False):
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add data types

self.mtaExtension = None
self.mtaNumber = None

def createChannel(self, bitRate, channelNo):
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add data types

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants