Skip to content

Commit

Permalink
Re-organize import statements for PEP-8 compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
davethecipo committed Mar 1, 2015
1 parent 9e713ef commit bdc1142
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions signalslot/contrib/task/test.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import pytest
import mock

import eventlet
eventlet.monkey_patch(time=True)
import time

from signalslot import Signal
from signalslot.contrib.task import Task

eventlet.monkey_patch(time=True)


class TestTask(object):
def setup_method(self, method):
Expand Down

0 comments on commit bdc1142

Please sign in to comment.