Browse code

Fix pylint issue.

(cherry picked from commit 4de6076d789cb2c6342ff4d654d746bccd032d72)

Matt Clay authored on 2017/09/10 02:45:39
Showing 1 changed files
... ...
@@ -25,8 +25,6 @@ import subprocess
25 25
 
26 26
 from ansible.module_utils._text import to_bytes, to_text
27 27
 from ansible.module_utils.six.moves import cPickle
28
-from __future__ import (absolute_import, division, print_function)
29
-__metaclass__ = type
30 28
 
31 29
 HAVE_SALTSTACK = False
32 30
 try: