mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
make pyflakes a bit more silent
- explictely import json, since this is used ( only to silence pyflakes) - remove shutil as it is unused
This commit is contained in:
parent
ce29c158a9
commit
061394fff7
1 changed files with 1 additions and 1 deletions
|
@ -72,9 +72,9 @@ EXAMPLES = '''
|
|||
|
||||
import base64
|
||||
import getpass
|
||||
import json
|
||||
import os
|
||||
import os.path
|
||||
import shutil
|
||||
import signal
|
||||
import socket
|
||||
import struct
|
||||
|
|
Loading…
Reference in a new issue