From 0da8422c1da95a1afc168cc6af6dad5ec4e7e72c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 18:08:11 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyvisa_py/prologix.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyvisa_py/prologix.py b/pyvisa_py/prologix.py index e0c5fd2..77b798c 100644 --- a/pyvisa_py/prologix.py +++ b/pyvisa_py/prologix.py @@ -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::INTFC resources. - """ + """Instantiated for PRLGX-TCPIP::INTFC resources.""" # Override parsed to take into account the fact that this class is only # used for specific kinds of resources @@ -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::INTFC resources. - """ + """Instantiated for PRLGX-ASRL::INTFC resources.""" # Override parsed to take into account the fact that this class is only # used for specific kinds of resources