Skip to content

Commit

Permalink
deepsource
Browse files Browse the repository at this point in the history
  • Loading branch information
grzanka committed Mar 26, 2024
1 parent 26ec2cd commit bb1027d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pymchelper/input_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def fromfilelist(input_file_list,
:param nan: if True, NaN (not a number) are excluded when averaging data.
:return: list of estimators
"""

if not isinstance(input_file_list, list): # probably a string instead of list
input_file_list = [input_file_list]

Expand Down

0 comments on commit bb1027d

Please sign in to comment.