summaryrefslogtreecommitdiff
path: root/test/units/modules/test_async_wrapper.py
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2023-02-02 15:52:38 -0800
committerGitHub <noreply@github.com>2023-02-02 15:52:38 -0800
commit25d859f8fb7587af158e8a78feb1f8b4b90ace07 (patch)
treee4a12c7a751ef51362e2b3986895352281d0b4c8 /test/units/modules/test_async_wrapper.py
parentd637e87a9e462b513c5732bd85ba137d03616b36 (diff)
downloadansible-25d859f8fb7587af158e8a78feb1f8b4b90ace07.tar.gz
Clean up unused imports in unit tests (#79893)
Diffstat (limited to 'test/units/modules/test_async_wrapper.py')
-rw-r--r--test/units/modules/test_async_wrapper.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/units/modules/test_async_wrapper.py b/test/units/modules/test_async_wrapper.py
index 37b1fda374..70f8db8d66 100644
--- a/test/units/modules/test_async_wrapper.py
+++ b/test/units/modules/test_async_wrapper.py
@@ -9,13 +9,8 @@ import json
import shutil
import tempfile
-import pytest
-
-from units.compat.mock import patch, MagicMock
from ansible.modules import async_wrapper
-from pprint import pprint
-
class TestAsyncWrapper: