diff options
| author | Omer Katz <omer.drow@gmail.com> | 2018-05-20 11:26:50 +0300 |
|---|---|---|
| committer | Omer Katz <omer.drow@gmail.com> | 2018-05-20 11:36:36 +0300 |
| commit | ab1dd4e00916a1fa38ce1b5ebd43ebc59340b204 (patch) | |
| tree | eaa5810b02fdb86fb2129b64be9a0925266f4f02 /t/unit/asynchronous/test_timer.py | |
| parent | 3bc949d63ac85080c08ebf01b67b450dfed54c28 (diff) | |
| download | kombu-isort.tar.gz | |
Introduced isort lint.isort
Diffstat (limited to 't/unit/asynchronous/test_timer.py')
| -rw-r--r-- | t/unit/asynchronous/test_timer.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/unit/asynchronous/test_timer.py b/t/unit/asynchronous/test_timer.py index 8ceb725f..61cb86fd 100644 --- a/t/unit/asynchronous/test_timer.py +++ b/t/unit/asynchronous/test_timer.py @@ -1,9 +1,8 @@ from __future__ import absolute_import, unicode_literals -import pytest - from datetime import datetime +import pytest from case import Mock, patch from kombu.asynchronous.timer import Entry, Timer, to_timestamp |
