Skip to content

Commit 8fe0a91

Browse files
committed
fix #16
1 parent 5d4c580 commit 8fe0a91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scpi/scpi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ async def command(self, command, cmd_timeout=COMMAND_DEFAULT_TIMEOUT, abort_on_t
174174
"""Sends a command, does not wait for response"""
175175
try:
176176

177-
async def _command() -> None:
177+
async def _command(command: str) -> None:
178178
"""Wrap the actual work"""
179179
nonlocal self
180180
async with self.lock:

0 commit comments

Comments
 (0)