Skip to content

Commit 401965c

Browse files
committed
sanity
1 parent 5fb8287 commit 401965c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugins/modules/tail_grep.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
DOCUMENTATION = r'''
1313
---
1414
module: tail_grep
15-
version_added: 1.2
1615
short_description: Tail a logfile until a regex matcher is found or a timeout triggers
1716
description:
1817
- This module is used to follow some application logfile and return successfully when
@@ -85,7 +84,6 @@
8584
import re
8685
import time
8786

88-
from typing import Iterator
8987
from ansible.module_utils.basic import AnsibleModule
9088
from ansible.module_utils.common.text.converters import to_native
9189

0 commit comments

Comments
 (0)