Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eunwoosh committed Jun 7, 2023
1 parent 33d1496 commit a5124ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion otx/algorithms/common/adapters/mmcv/utils/config_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,10 @@ def fromfile(filename, use_predefined_variables=True, import_custom_modules=True

@property
def pretty_text(self):
"""Make python file human-readable."""
"""Make python file human-readable.
It's almost same as mmcv.Config's code but code to reformat using yapf is removed to reduce time.
"""

indent = 4

Expand Down

0 comments on commit a5124ea

Please sign in to comment.