Skip to content

Commit 67fa9ea

Browse files
committed
Fix graphql check
Signed-off-by: Timothy Lee <ctiml@infuseai.io>
1 parent 38844cf commit 67fa9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primehub/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def list_artifacts(self, run_id: str, path: Optional[str] = None):
264264

265265
query = """
266266
query MLflowArtifact($where: MLflowRunWhereUniqueInput!) {
267-
mlflowArtifact (where: $where)
267+
mlflowArtifact(where: $where)
268268
}
269269
"""
270270
where = {

0 commit comments

Comments
 (0)