Skip to content

Commit

Permalink
Black reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
koropets committed Dec 11, 2024
1 parent d34a5e5 commit 2837d58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gordo/reporters/mlflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@
class MlflowLoggingError(ReporterException):
pass


class LogBatchKwargs(TypedDict):
metrics: Sequence[Metric]
params: Sequence[Param]


def _validate_dict(d: dict, required_keys: List[str]):
"""
Validate the required keys are contained in provided dictionary
Expand Down

0 comments on commit 2837d58

Please sign in to comment.