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 4, 2025
1 parent 3e2440d commit ce075c8
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 ce075c8

Please sign in to comment.