mirror of https://github.com/celery/kombu.git
PEP8 fix
This commit is contained in:
parent
b701805cfc
commit
90149e4c5c
|
@ -11,7 +11,7 @@ import pytest
|
|||
import random
|
||||
import string
|
||||
|
||||
from case import Mock, skip, patch
|
||||
from case import Mock, skip
|
||||
|
||||
from kombu import messaging
|
||||
from kombu import Connection, Exchange, Queue
|
||||
|
|
Loading…
Reference in New Issue