mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Pyflakes complain about unused import, so remove it
This commit is contained in:
committed by
Matt Clay
parent
334bfbd465
commit
78571c053b
@@ -113,8 +113,6 @@ EXAMPLES = '''
|
||||
consul_session: state=list
|
||||
'''
|
||||
|
||||
import sys
|
||||
|
||||
try:
|
||||
import consul
|
||||
from requests.exceptions import ConnectionError
|
||||
|
||||
Reference in New Issue
Block a user