1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-18 05:43:10 +00:00

Pyflakes complain about unused import, so remove it

This commit is contained in:
Michael Scherer 2016-02-24 12:14:00 +01:00 committed by Matt Clay
parent 334bfbd465
commit 78571c053b

View file

@ -113,8 +113,6 @@ EXAMPLES = '''
consul_session: state=list
'''
import sys
try:
import consul
from requests.exceptions import ConnectionError