Skip to content

Commit c8d067b

Browse files
fix mypy
1 parent 217b701 commit c8d067b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appium/webdriver/appium_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def start(self, **kwargs: Any) -> sp.Popen:
127127
raise AppiumServiceError(error_msg)
128128
return self._process
129129

130-
def stop(self, timeout=5.5) -> bool:
130+
def stop(self, timeout: float = 5.5) -> bool:
131131
"""Stops Appium service if it is running.
132132
133133
The call will be ignored if the service is not running

0 commit comments

Comments
 (0)