Unverified Commit 5eb8f14d authored by klein's avatar klein Committed by GitHub
Browse files

[Fix] Fix drop_gen.py (#1191)

Fix the bug in drop_gen: wrong import
parent 31afe870
from mmengine.config import read_base from mmengine.config import read_base
with read_base(): with read_base():
from .drop_gen_822d33 import drop_datasets from .drop_gen_e18aaf import drop_datasets
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment