mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove unused import
Fixes ImportError: No module named '__builtin__' on Python 3.
This commit is contained in:
parent
8277747a04
commit
af6a316d9b
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@
|
|||
|
||||
__all__ = ['UnsafeProxy', 'AnsibleUnsafe', 'wrap_var']
|
||||
|
||||
import __builtin__
|
||||
|
||||
class AnsibleUnsafe(object):
|
||||
__UNSAFE__ = True
|
||||
|
|
Loading…
Reference in a new issue