Skip to content

Commit

Permalink
[Fix] Fix drop_gen.py (#1191)
Browse files Browse the repository at this point in the history
Fix the bug in drop_gen: wrong import
  • Loading branch information
kleinzcy committed May 24, 2024
1 parent 31afe87 commit 5eb8f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/datasets/drop/drop_gen.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from mmengine.config import read_base

with read_base():
from .drop_gen_822d33 import drop_datasets
from .drop_gen_e18aaf import drop_datasets

0 comments on commit 5eb8f14

Please sign in to comment.