Fix import order, separation to appease flake8
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
c5de49c6d8
commit
8be9cead78
10 changed files with 16 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
|||
import logging
|
||||
from unittest.mock import patch, MagicMock, Mock
|
||||
from unittest.mock import MagicMock, Mock, patch
|
||||
|
||||
import fedora_messaging.api
|
||||
import pytest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue