Skip to content

Commit 03fcae8

Browse files
Merge pull request #216 from RomaA2000/patch-1
feat: update of utils function
2 parents ff021e9 + da46c5c commit 03fcae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xturing/utils/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def extract_text_from_directory(directory_path):
126126
return temp_dir
127127

128128

129-
def _filter_args(self, arguments: dict):
129+
def _filter_args(arguments: dict):
130130
to_delete = []
131131
for key, value in arguments.items():
132132
if value is None:

0 commit comments

Comments
 (0)