Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Conversation

@qSaevar
Copy link
Contributor

@qSaevar qSaevar commented Nov 20, 2019

No description provided.

@CumulonimbusCalvus
Copy link
Contributor

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 2
- Added 2
           

See the complete overview on Codacy


def __init__(self, address: str) -> None:
super().__init__(address)
def __init__(self, address: str, instrument_name: Optional[str] = None) -> None:
Copy link
Contributor

Choose a reason for hiding this comment

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

Codacy Issue found: invalid syntax

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Do you know why this is invalid syntax? Should I remove the typehints?

def __init__(self, address: str) -> None:
super().__init__(address)
class TimeStampInstrumentAdapter(CommonInstrumentAdapter):
def __init__(self, address: str, instrument_name: Optional[str] = None) -> None:
Copy link
Contributor

Choose a reason for hiding this comment

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

Codacy Issue found: invalid syntax

@qSaevar qSaevar force-pushed the task/DEM-1205/issues-with-instrument-adapters branch from e9276d4 to 3814ae7 Compare November 21, 2019 16:40
@qSaevar qSaevar force-pushed the task/DEM-1205/issues-with-instrument-adapters branch from 3814ae7 to 3439b03 Compare November 22, 2019 09:41
@peendebak peendebak merged commit dd963a0 into dev Nov 22, 2019
@peendebak peendebak deleted the task/DEM-1205/issues-with-instrument-adapters branch November 22, 2019 10:56
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.

4 participants