From 2e4a75567aff1381d48da468ade77aaa1fc68323 Mon Sep 17 00:00:00 2001 From: Kevin Tindall Date: Sun, 2 Jan 2022 22:33:25 -0600 Subject: [PATCH] Fix my derp --- mcstatus/tests/test_server.py | 1 + mcstatus/tests/test_timeout.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/mcstatus/tests/test_server.py b/mcstatus/tests/test_server.py index 72b9fe7..74eb439 100644 --- a/mcstatus/tests/test_server.py +++ b/mcstatus/tests/test_server.py @@ -1,4 +1,5 @@ import asyncio +import sys from mock import patch, Mock import pytest diff --git a/mcstatus/tests/test_timeout.py b/mcstatus/tests/test_timeout.py index d4e2825..00e1042 100644 --- a/mcstatus/tests/test_timeout.py +++ b/mcstatus/tests/test_timeout.py @@ -1,5 +1,4 @@ from mock import patch -import sys import asyncio import pytest