Skip to content

Commit cc8a460

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ac5e839 commit cc8a460

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web_programming/get_top_billioners.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
from datetime import datetime
22

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

68
LIMIT = 10
79
TODAY = datetime.now()

0 commit comments

Comments
 (0)