From b86891c4ef848a2da05abd1350af5f0b8e4335fa Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Mon, 28 Jun 2021 22:05:40 +0100 Subject: Tests: renamed share to static. Also minor style changes. --- test/test_configuration.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/test_configuration.py') diff --git a/test/test_configuration.py b/test/test_configuration.py index 880aef6c..c149658c 100644 --- a/test/test_configuration.py +++ b/test/test_configuration.py @@ -1,6 +1,7 @@ +import socket + import pytest -import socket from unit.control import TestControl -- cgit