Skip to content

Commit 700e438

Browse files
author
Jon (JR) Price
authored
Renamed API
1 parent 471912c commit 700e438

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

app/app.py api/api.py

+1-8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import requests
44
# from lxml import etree
55
import pandas as pd
6+
# FIXME: Need to move this to FastAPI
67

78

89
def fetch_thirteen_f(url):
@@ -161,11 +162,3 @@ def main():
161162
"Unemployment": unemployment_analysis,
162163
}
163164
)
164-
165-
166-
if __name__ == "__main__":
167-
main()
168-
169-
170-
if __name__ == "__main__":
171-
main()

0 commit comments

Comments
 (0)