Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing import
  • Loading branch information
Smashman committed Apr 20, 2018
1 parent c8dc05e commit b4e3e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views.py
@@ -1,6 +1,6 @@
import os
from . import app, db
from flask import render_template, url_for, send_from_directory
from flask import render_template, url_for, send_from_directory, flash
from mods.models import Mod
from mods.functions import get_mod_stats

Expand Down

0 comments on commit b4e3e58

Please sign in to comment.