Skip to content

Commit 9f2b50f

Browse files
committed
mnt: annotate browser session
1 parent 5e6cc46 commit 9f2b50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

botcity/core/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ def get_element_coords_centered(
786786
# Browser
787787
#########
788788

789-
def browse(self, url, location=0):
789+
def browse(self, url: str, location: int = 0) -> bool:
790790
"""
791791
Invoke the default browser passing an URL
792792

0 commit comments

Comments
 (0)