Skip to content

Commit

Permalink
Fixing unnecessary check
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerce committed Jul 20, 2023
1 parent 4c9fa1d commit c3c7c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigml/evaluation.py
Expand Up @@ -63,7 +63,7 @@ def __init__(self, evaluation, api=None):

try:
self.resource_id, evaluation = get_resource_dict( \
evaluation, "evaluation", self.api)
evaluation, "evaluation", self.api, no_check_fields=True)
except ValueError as resource:
try:
evaluation = json.loads(str(resource))
Expand Down

0 comments on commit c3c7c5b

Please sign in to comment.