Skip to content

Commit e9baf8f

Browse files
committed
Provide return type to function.
1 parent e43c528 commit e9baf8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_programming/get_top_billioners.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
)
1111

1212

13-
def real_time_billionaires():
13+
def real_time_billionaires() -> str:
1414
"""Get top 10 realtime billionaires using forbes API
1515
Returns:
1616
Top 10 realtime billionaires date in tabulated string.

0 commit comments

Comments
 (0)