Skip to content

Commit

Permalink
chore(): clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus5408 committed Sep 29, 2023
1 parent 8508502 commit 1adc9e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
from flask import Flask, send_from_directory
from flask_restful import Api
import random
# import requests
import os
import json

app = Flask(__name__)
# api = Api(app)

with open('quotes/long_quotes.json', 'r', encoding='utf-8') as f:
long_quotes = json.load(f)
Expand Down

0 comments on commit 1adc9e8

Please sign in to comment.