Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Update __init__.py to fix ExtDeprecationWarning #21

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion flask_featureflags/contrib/sqlalchemy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from sqlalchemy import Column, Integer, Boolean, String
from sqlalchemy.orm.exc import NoResultFound
from flask import current_app
from flask.ext.featureflags import NoFeatureFlagFound, log
from flask_featureflags import NoFeatureFlagFound, log


class SQLAlchemyFeatureFlags(object):
Expand Down