mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 08:01:24 -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
|
consul_session: state=list
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import sys
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import consul
|
import consul
|
||||||
from requests.exceptions import ConnectionError
|
from requests.exceptions import ConnectionError
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue