Skip to content

Commit 262a67a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1dd8ca3 commit 262a67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boilerdaq/daq.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ def __init__(self, power_param: PowerParam, instrument: str, current_limit: floa
467467
self.instrument: MessageBasedResource | None = None # type: ignore
468468
self.current_limit = current_limit
469469

470-
def open(self): # noqa: A003
470+
def open(self):
471471
"""Open the instrument."""
472472
self.instrument = self.resource_manager.open_resource( # type: ignore
473473
self.instrument_name, read_termination="\n", write_termination="\n"

0 commit comments

Comments
 (0)