use-buildset-registry: remove useless import
The module was not used and Python does not provide any `test` module since py39. Change-Id: Ia69a632bd4fff05da644c58d557912bc877a8135
This commit is contained in:
parent
0bfa518718
commit
72581dcaac
@ -17,7 +17,6 @@ import os.path
|
||||
import re
|
||||
import string
|
||||
import sys
|
||||
import test
|
||||
from ansible.module_utils.pytoml import loads as pytoml_loads
|
||||
from ansible.module_utils.pytoml import dumps as pytoml_dumps
|
||||
from ansible.module_utils.pytoml import TomlError
|
||||
|
Loading…
Reference in New Issue
Block a user