Skip to content

Commit

Permalink
fix MultiSlotDataGenerator error
Browse files Browse the repository at this point in the history
  • Loading branch information
seemingwang committed Oct 27, 2021
1 parent db2452e commit d5f4e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/distributed/fleet/data_generator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and

from .data_generator import DataGenerator # noqa: F401
from .data_generator import DataGenerator, MultiSlotDataGenerator # noqa: F401

__all__ = []

1 comment on commit d5f4e65

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.