Skip to content

Commit 872729a

Browse files
committed
run pre commit
1 parent 78d8cce commit 872729a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

forwarder/application_logger.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import logging
22
from typing import Optional
33

4-
54
logger_name = "python-forwarder"
65

76

forwarder/update_handlers/ca_update_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def __init__(
6060
)
6161
# This is needed for the case when the PV doesn't exist before it has been added
6262
# ie. if a gateway has not yet been configured.
63-
# None means no timeout - it will eventually connect.
63+
# None means no timeout - it will eventually connect.
6464
self._pv.timeout = None
6565
# Subscribe with "data_type='time'" to get timestamp and alarm fields
6666
sub = self._pv.subscribe(data_type="time")

0 commit comments

Comments
 (0)