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 Apr 1, 2024
1 parent 1dd8ca3 commit 262a67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boilerdaq/daq.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ def __init__(self, power_param: PowerParam, instrument: str, current_limit: floa
self.instrument: MessageBasedResource | None = None # type: ignore
self.current_limit = current_limit

def open(self): # noqa: A003
def open(self):
"""Open the instrument."""
self.instrument = self.resource_manager.open_resource( # type: ignore
self.instrument_name, read_termination="\n", write_termination="\n"
Expand Down

0 comments on commit 262a67a

Please sign in to comment.