Skip to content

Commit 9198f4f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_programming/get_top_billionaires.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ def display_billionaires(forbes_billionaires: list[dict[str, int | str]]) -> Non
9797

9898
if __name__ == "__main__":
9999
from doctest import testmod
100-
100+
101101
testmod()
102102
display_billionaires(get_forbes_real_time_billionaires())

0 commit comments

Comments
 (0)