Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ac5e839

Browse files
girisagar46CaedenPH
andauthoredOct 23, 2022
Update web_programming/get_top_billioners.py
Co-authored-by: Caeden Perelli-Harris <[email protected]>
1 parent a4b2df8 commit ac5e839

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎web_programming/get_top_billioners.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
from datetime import datetime
22

33
import requests
4-
from rich import box
5-
from rich import console as rich_console
6-
from rich import table as rich_table
4+
from rich import (box, console as rich_console, table as rich_table)
75

86
LIMIT = 10
97
TODAY = datetime.now()

0 commit comments

Comments
 (0)
Please sign in to comment.