Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bamu committed Mar 25, 2020
1 parent 1944646 commit d025af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/create_charts.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
"""The external libraries matplotlib, seaborn and pandas must be installed."""
import sqlite3
from datetime import date, timedelta
from dateutil import parser
from matplotlib import pyplot as plt, style, pylab as pylab
from matplotlib.ticker import MultipleLocator
import seaborn as sns
import pandas as pd
from datetime import date, timedelta

# Database connection
conn = sqlite3.connect('../database/vr_games_database.db')
Expand Down

0 comments on commit d025af5

Please sign in to comment.