Skip to content

Commit

Permalink
pyinfra.connectors.base: improve typing
Browse files Browse the repository at this point in the history
  • Loading branch information
bauen1 committed Jan 9, 2025
1 parent 8541aa1 commit 2d3bb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyinfra/connectors/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def get_file(
**arguments: Unpack["ConnectorArguments"],
) -> bool: ...

def check_can_rsync(self):
def check_can_rsync(self) -> None:
raise NotImplementedError("This connector does not support rsync")

def rsync(
Expand Down

0 comments on commit 2d3bb1e

Please sign in to comment.