Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Remove unused limiter import/var
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrco committed Jan 23, 2015
1 parent 8720d2f commit 36d3388
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backdrop/read/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from flask import Flask, jsonify, request
from flask_featureflags import FeatureFlag
from flask_limiter import Limiter

from .query import parse_query_from_request
from .validation import validate_request_args
Expand All @@ -27,7 +26,6 @@

app = Flask("backdrop.read.api")

limiter = Limiter(app)
feature_flags = FeatureFlag(app)

# Configuration
Expand Down

0 comments on commit 36d3388

Please sign in to comment.