Skip to content

Commit 2d3bb1e

Browse files
committed
pyinfra.connectors.base: improve typing
1 parent 8541aa1 commit 2d3bb1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyinfra/connectors/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def get_file(
132132
**arguments: Unpack["ConnectorArguments"],
133133
) -> bool: ...
134134

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

138138
def rsync(

0 commit comments

Comments
 (0)