Skip to content

Commit

Permalink
Fix typing in log_model_mlflow
Browse files Browse the repository at this point in the history
Co-authored-by: Roland-djee <[email protected]>
  • Loading branch information
debrevitatevitae and RolandMacDoland authored Jul 17, 2024
1 parent fee4626 commit aa98dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qadence/ml_tools/printing.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def plot_mlflow(
def log_model_mlflow(
writer: Any,
model: Module,
dataloader: Union[None, DataLoader, DictDataLoader],
dataloader: DataLoader | DictDataLoader | None
) -> None:
if dataloader is not None:
xs: InputData
Expand Down

0 comments on commit aa98dfc

Please sign in to comment.