[device/accton] Fix Python error for wedge100bf_32x (#4392)

Remove undefined export, "constants"
This commit is contained in:
Joe LeVeque 2020-04-08 23:03:22 -07:00 committed by Abhishek Dosi
parent 2772cce8fe
commit 7d27d385ea

View File

@ -1 +1 @@
__all__ = ['ttypes', 'constants', 'pltfm_mgr_rpc']
__all__ = ['ttypes', 'pltfm_mgr_rpc']