Fix import order, separation to appease flake8

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2020-07-02 12:51:48 +02:00
parent c5de49c6d8
commit 8be9cead78
10 changed files with 16 additions and 16 deletions

View file

@ -1,7 +1,7 @@
import toddlers.plugins.debug
import fedora_messaging.api
import toddlers.plugins.debug
class TestDebugToddler:
def test_accepts_topic(self):