Skip to content

Commit

Permalink
Turns out you don't need variables you throw away without ever using.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmiller committed Apr 21, 2017
1 parent 1b9cf75 commit 6bcada1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opal/management/commands/load_lookup_lists.py
Expand Up @@ -67,7 +67,7 @@ def handle(self, *args, **options):

self.set_counter()

data = self.from_component(component)
self.from_component(component)

msg = "\nFor {}".format(component.__name__)
msg += "\nLoaded {0} lookup lists\n".format(self.num)
Expand Down

0 comments on commit 6bcada1

Please sign in to comment.