Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
DeliMm committed Nov 18, 2023
1 parent 8efc888 commit 7d4c046
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified docs/zh_cn/cp_origin_docs.sh
100644 → 100755
Empty file.
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 7d4c046

Please sign in to comment.