Skip to content

Commit

Permalink
fix pub typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Apr 25, 2023
1 parent 4c01718 commit 2fa4549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ewms_pilot/pilot.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ async def process_msg(
file_writer: Callable[[Any, Path], None],
file_reader: Callable[[Path], Any],
debug_dir: Optional[Path],
pub: mq.MQClient,
pub: mq.queue.QueuePubResource,
) -> Any:
"""Process the message in a subprocess using `cmd` & send response."""
# debugging logic
Expand Down

0 comments on commit 2fa4549

Please sign in to comment.