Skip to content

Commit f240fc9

Browse files
Add typing to _cancel_navigation_to() in wrapper.py
Co-authored-by: Michal Staniaszek <m.staniaszek@gmail.com>
1 parent cbbf0a3 commit f240fc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spot_wrapper/wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2504,7 +2504,7 @@ def _download_graph_and_snapshots(
25042504
)
25052505
return True, "Success"
25062506

2507-
def _cancel_navigate_to(self):
2507+
def _cancel_navigate_to(self) -> None:
25082508
self._navigate_to_valid = False
25092509

25102510
@try_claim

0 commit comments

Comments
 (0)