Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaAmega committed Dec 17, 2024
1 parent d2612ef commit 0579b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evidently/ui/dashboards/test_suites.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def get_customdata(test: Test, date):
TestStatus.SKIPPED: 1.0,
}

def get_z_value(test, date) -> Optional[str]:
def get_z_value(test, date) -> float:
ti = points[date].get(test)
if ti is None:
return TEST_2_Z[TestStatus.SKIPPED]
Expand Down

0 comments on commit 0579b2c

Please sign in to comment.