Remove unnecessary import (fixes flake)

master
Steven Loria 7 years ago
parent 58a8ea3309
commit 525ad8d8b0
No known key found for this signature in database
GPG Key ID: 1655D1A1BDFBA4D7
  1. 2
      {{cookiecutter.app_name}}/{{cookiecutter.app_name}}/database.py

@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
"""Database module, including the SQLAlchemy database object and DB-related utilities."""
from sqlalchemy.orm import relationship
from .compat import basestring
from .extensions import db

Loading…
Cancel
Save