mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-21 16:21:12 +00: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:
@@ -72,9 +72,9 @@ EXAMPLES = '''
|
||||
|
||||
import base64
|
||||
import getpass
|
||||
import json
|
||||
import os
|
||||
import os.path
|
||||
import shutil
|
||||
import signal
|
||||
import socket
|
||||
import struct
|
||||
|
||||
Reference in New Issue
Block a user