From bcc95661e213c7e26cd24109a5837f17f9583b34 Mon Sep 17 00:00:00 2001 From: olzhasar Date: Sat, 24 Jun 2023 21:08:51 +0600 Subject: [PATCH] Sort imports --- tests/test_config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_config.py b/tests/test_config.py index 590c7db..d1dbc61 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -3,14 +3,14 @@ import pytest from pytest_mock import MockerFixture + from pytest_watcher.config import ( + CLI_FIELDS, + CONFIG_SECTION_NAME, find_config, parse_config, - CONFIG_SECTION_NAME, - CLI_FIELDS, ) from pytest_watcher.constants import DEFAULT_DELAY - from pytest_watcher.watcher import Config