Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_centos_fedora_support.py')
-rw-r--r--test/test_centos_fedora_support.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_centos_fedora_support.py b/test/test_centos_fedora_support.py
index aee16212..4b405920 100644
--- a/test/test_centos_fedora_support.py
+++ b/test/test_centos_fedora_support.py
@@ -1,10 +1,9 @@
import pytest
-from conftest import (
+from .conftest import (
tick_box,
info_box,
cross_box,
mock_command,
- mock_command_2,
)