diff --git a/tests/test_webservice.py b/tests/test_webservice.py
index 78b94192d25d6a15c97cd9736a60bd28bfe050dc..a533c97b650926aa05a01e153075597869a7b655 100644
--- a/tests/test_webservice.py
+++ b/tests/test_webservice.py
@@ -1,14 +1,13 @@
 import sys
 from pathlib import Path
-from testpath import MockCommand
 from unittest import mock
 
 import pytest
+from testpath import MockCommand
 
 sys.path.insert(0, Path(__file__).parent / 'webservice')
-from webservice.webservice import (
-    check_files, merge, parse_config, wait_on_transfer,
-)
+from webservice.webservice import (check_files, merge, parse_config,
+                                   wait_on_transfer)
 
 
 def test_check_files():