mirror of https://gitlab.com/bashrc2/epicyon
Remove default function argument
parent
a599d44d63
commit
7bfb6c8ac9
|
@ -11,7 +11,7 @@ import os
|
|||
|
||||
|
||||
def _text_in_file2(text: str, filename: str,
|
||||
case_sensitive: bool = True) -> bool:
|
||||
case_sensitive: bool) -> bool:
|
||||
"""is the given text in the given file?
|
||||
"""
|
||||
if not case_sensitive:
|
||||
|
|
Loading…
Reference in New Issue