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

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mparent61 committed Jul 26, 2016
1 parent 0eb611a commit 00c9183
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bulbs/promotion/templatetags/promotion.py
Expand Up @@ -79,7 +79,8 @@ def do_pzone(parser, token):
slice_bits.append(None)
else:
slice_bits.append(int(x))
# slice_object = slice(*slice_bits) # NOQA mparent(2016-06-23): Variable not used, fix me
# mparent(2016-06-23): Variable not used, commented out for lint. FIX ME!
# slice_object = slice(*slice_bits)

apply = False
if "apply" in kwargs:
Expand Down

0 comments on commit 00c9183

Please sign in to comment.