Skip to content

Commit

Permalink
Update checkcel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet authored Aug 13, 2024
1 parent ef2599e commit de90044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkcel/checkcel.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def __init__(
delimiter=",",
sheet=0,
row=0,
ignore_missing_validators=False
ignore_missing_validators=False,
**kwargs
):
super(Checkcel, self).__init__(**kwargs)
Expand Down

0 comments on commit de90044

Please sign in to comment.