Skip to content

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Uittenbroek authored and hvelarde committed Mar 31, 2017
1 parent 237431a commit 4e6c837
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/collective/polls/polls.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
from zope.component import getMultiAdapter
from zope.component import getUtility
from zope.component import queryMultiAdapter
from zope.interface import Interface
from zope.interface import implements
from zope.interface import Interface

import random
import time

Expand Down

0 comments on commit 4e6c837

Please sign in to comment.