Skip to content

Commit

Permalink
Fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslaukens committed Oct 17, 2018
1 parent e9d31e8 commit 210fa2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stacker/lookups/handlers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
from __future__ import absolute_import
from __future__ import print_function
from __future__ import division


class LookupHandler(object):
@classmethod
def handle(cls, value, context, provider):
Expand Down

0 comments on commit 210fa2a

Please sign in to comment.