Skip to content

Commit 8ed30f5

Browse files
committed
pyright
1 parent 0dc21c3 commit 8ed30f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ioc_copier/ioc_copier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def rename_files(root_folder: str, rename: str, ioc: str) -> None:
5050
)
5151

5252

53-
def replace_text(text_lines: List[str], ioc: str, skip: bool = None) -> List[str]:
53+
def replace_text(text_lines: List[str], ioc: str, skip: List[str] = None) -> List[str]:
5454
"""
5555
Function to handle replacing of text within files.
5656
Parameters:

0 commit comments

Comments
 (0)