mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-20 15:51:05 +00:00
Remove unused import
Fixes ImportError: No module named '__builtin__' on Python 3.
This commit is contained in:
@@ -52,7 +52,6 @@
|
||||
|
||||
__all__ = ['UnsafeProxy', 'AnsibleUnsafe', 'wrap_var']
|
||||
|
||||
import __builtin__
|
||||
|
||||
class AnsibleUnsafe(object):
|
||||
__UNSAFE__ = True
|
||||
|
||||
Reference in New Issue
Block a user