Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
DeliMm committed Oct 8, 2023
1 parent 8efc888 commit f63fb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmengine/visualization/visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def dataset_meta(self) -> Optional[dict]:
@dataset_meta.setter # type: ignore
@master_only
def dataset_meta(self, dataset_meta: dict) -> None:
"""Set the dataset meta info to the Visualizer."""
"""Set the dataset meta info to the Visualizer."""
self._dataset_meta = dataset_meta

def show(self,
Expand Down

0 comments on commit f63fb45

Please sign in to comment.