diff --git a/lib/ansible/modules/extras/system/lvol.py b/lib/ansible/modules/extras/system/lvol.py index 7afbf4e17b1..f80bf98850c 100644 --- a/lib/ansible/modules/extras/system/lvol.py +++ b/lib/ansible/modules/extras/system/lvol.py @@ -108,7 +108,6 @@ EXAMPLES = ''' ''' import re -import logging decimal_point = re.compile(r"(\d+)")