Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
matschaffer committed Sep 13, 2020
1 parent 1678411 commit d59883d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
from flask import Flask, render_template, request, redirect, url_for
from elasticsearch import Elasticsearch
import json
import pandas as pd
import configparser
import os
from datetime import date, timedelta

from elasticsearch import Elasticsearch
from flask import Flask, render_template, request

from wrangle import wrangle

app = Flask(__name__)
Expand Down

0 comments on commit d59883d

Please sign in to comment.