1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

lvol: remove unused import

See #1425
This commit is contained in:
Rene Moser 2016-03-19 00:59:13 +01:00 committed by Matt Clay
parent 2149a7b1f6
commit 2430e295a6

View file

@ -108,7 +108,6 @@ EXAMPLES = '''
'''
import re
import logging
decimal_point = re.compile(r"(\d+)")