Skip to content

Commit

Permalink
Update forwarder_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rerpha authored Dec 2, 2024
1 parent 6db5145 commit f6440d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BlockServerToKafka/forwarder_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ForwarderConfig:
Class that converts the pv information to a forwarder config message payload
"""

def __init__(self, topic: str, epics_protocol: Protocol = Protocol.CA, schema: str = "f144"):
def __init__(self, topic: str, epics_protocol: Protocol = Protocol.CA, schema: str = "f144") -> None:

Check failure on line 32 in BlockServerToKafka/forwarder_config.py

View workflow job for this annotation

GitHub Actions / call-workflow / ruff

Ruff (E501)

BlockServerToKafka/forwarder_config.py:32:101: E501 Line too long (105 > 100)
self.schema = schema
self.topic = topic
self.epics_protocol = epics_protocol
Expand Down

0 comments on commit f6440d6

Please sign in to comment.