diff --git a/airgun/entities/host_new.py b/airgun/entities/host_new.py index 67bbc3091..2cf61318e 100644 --- a/airgun/entities/host_new.py +++ b/airgun/entities/host_new.py @@ -19,7 +19,6 @@ ) from airgun.views.job_invocation import JobInvocationCreateView -global available_param_types available_param_types = ['string', 'boolean', 'integer', 'real', 'array', 'hash', 'yaml', 'json']