mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 13:39:27 -02:30
Fix a missing import causing failing unit tests
This commit is contained in:
@@ -12,6 +12,8 @@ import re
|
|||||||
import shlex
|
import shlex
|
||||||
import uuid
|
import uuid
|
||||||
import copy
|
import copy
|
||||||
|
import random
|
||||||
|
|
||||||
# PyYAML
|
# PyYAML
|
||||||
import yaml
|
import yaml
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user