-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Taking care of review comments and fixing the LGTM alerts
- Loading branch information
1 parent
9547b1c
commit c14b93a
Showing
2 changed files
with
22 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
platform/pddf/platform-api-pddf-base/sonic_platform_ref/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
# All the derived classes for PDDF | ||
__all__ = ["platform", "chassis", "sfp", "psu", "thermal"] | ||
|
||
from sonic_platform import * | ||
# Commenting the below code as this just for the reference for the ODMs. | ||
# It can be uncommented when this reference code is used | ||
|
||
#from sonic_platform import * |