From 9381ccc0b597ea148b0e037ba64712bdae57c542 Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Thu, 17 Mar 2022 20:18:23 +0200 Subject: Hoepfully last readme update --- README.md | 2 +- api/main.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3cac2c6..0db80c5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Overview This project has the functionality to fetch data about NBA and store it in csv format files. It also has an API to serve the data. -API is can be found here: [https://luhamus-nba-data.herokuapp.com/](https://luhamus-nba-data.herokuapp.com/). +API can be found here: [https://luhamus-nba-data.herokuapp.com/](https://luhamus-nba-data.herokuapp.com/). # How to use ## API diff --git a/api/main.py b/api/main.py index 1a34b98..4afe0d5 100644 --- a/api/main.py +++ b/api/main.py @@ -1,7 +1,6 @@ from fastapi import FastAPI from fastapi.middleware.cors import CORSMiddleware from .routers import get -import pandas as pd app = FastAPI() -- cgit v1.2.3