[Fix] Fix drop_gen.py (#1191)

Fix the bug in drop_gen: wrong import
This commit is contained in:
klein 2024-05-24 23:17:50 +08:00 committed by GitHub
parent 31afe87026
commit 5eb8f14d97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
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