Skip to content
Snippets Groups Projects
Commit 46c4a556 authored by Mitchell Moore's avatar Mitchell Moore
Browse files

Remove unnecessary imports

parent b28a9e1d
No related branches found
No related tags found
1 merge request!35Version 1b openstack rabbitmq
# app/__init__.py
# app/__init__.py
# local imports
from __future__ import print_function
import os
import sys
import subprocess
import time
# third-party imports
from flask import Flask, redirect, url_for, request, render_template, flash, session
from flask_wtf import FlaskForm
from flask_bootstrap import Bootstrap
from wtforms import StringField, SubmitField, TextAreaField, validators
from flask_socketio import SocketIO
# global declarations
def create_app(config_name):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment