Skip to content

Commit

Permalink
changed type for nbSamples str to int
Browse files Browse the repository at this point in the history
  • Loading branch information
FadyCoding committed May 31, 2024
1 parent 81a1c7a commit 9ddb3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debiai/debiai_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(
name: str,
id: str,
creationDate: int,
nbSamples: str,
nbSamples: int,
requestId: str,
):
self.project = project
Expand Down

0 comments on commit 9ddb3e6

Please sign in to comment.