Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 29, 2025
1 parent 24234de commit 0da8422
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyvisa_py/prologix.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ def assert_trigger(self, protocol: constants.TriggerProtocol) -> StatusCode:

@Session.register(constants.InterfaceType.prlgx_tcpip, "INTFC")
class PrologixTCPIPIntfcSession(_PrologixIntfcSession, TCPIPSocketSession):
"""Instantiated for PRLGX-TCPIP<n>::INTFC resources.
"""
"""Instantiated for PRLGX-TCPIP<n>::INTFC resources."""

# Override parsed to take into account the fact that this class is only
# used for specific kinds of resources
Expand Down Expand Up @@ -156,8 +155,7 @@ def write(self, data: bytes) -> tuple[int, StatusCode]:

@Session.register(constants.InterfaceType.prlgx_asrl, "INTFC")
class PrologixASRLIntfcSession(_PrologixIntfcSession, SerialSession):
"""Instantiated for PRLGX-ASRL<n>::INTFC resources.
"""
"""Instantiated for PRLGX-ASRL<n>::INTFC resources."""

# Override parsed to take into account the fact that this class is only
# used for specific kinds of resources
Expand Down

0 comments on commit 0da8422

Please sign in to comment.