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

Commit

Permalink
Merge b8e8711 into bf32d07
Browse files Browse the repository at this point in the history
  • Loading branch information
galund committed Dec 20, 2017
2 parents bf32d07 + b8e8711 commit b2d40e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions flask_featureflags/contrib/inline/__init__.py
@@ -1,7 +1,7 @@
from flask import current_app
from flask.ext.featureflags import FEATURE_FLAGS_CONFIG
from flask.ext.featureflags import NoFeatureFlagFound
from flask.ext.featureflags import log
from flask_featureflags import FEATURE_FLAGS_CONFIG
from flask_featureflags import NoFeatureFlagFound
from flask_featureflags import log


class InlineFeatureFlag(object):
Expand Down
2 changes: 1 addition & 1 deletion flask_featureflags/contrib/sqlalchemy/__init__.py
@@ -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

0 comments on commit b2d40e7

Please sign in to comment.