mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 23:51:23 -07:00
Pyflakes complain about unused import, so remove it
This commit is contained in:
parent
334bfbd465
commit
78571c053b
1 changed files with 0 additions and 2 deletions
|
@ -113,8 +113,6 @@ EXAMPLES = '''
|
|||
consul_session: state=list
|
||||
'''
|
||||
|
||||
import sys
|
||||
|
||||
try:
|
||||
import consul
|
||||
from requests.exceptions import ConnectionError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue