We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5e839 commit cc8a460Copy full SHA for cc8a460
web_programming/get_top_billioners.py
@@ -1,7 +1,9 @@
1
from datetime import datetime
2
3
import requests
4
-from rich import (box, console as rich_console, table as rich_table)
+from rich import box
5
+from rich import console as rich_console
6
+from rich import table as rich_table
7
8
LIMIT = 10
9
TODAY = datetime.now()
0 commit comments