Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
pylint
  • Loading branch information
evelyn-ys committed Dec 9, 2020
commit 84f180f4cb7e6edc29d00ca810ab88fb179b1105
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# --------------------------------------------------------------------------

from azure.cli.core import AzCommandsLoader
from azure.cli.command_modules.databoxedge._help import * # pylint: disable=unused-import
import azure.cli.command_modules.databoxedge._help # pylint: disable=unused-import


class DataBoxEdgeManagementClientCommandsLoader(AzCommandsLoader):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
try:
from .manual._help import helps # pylint: disable=reimported
except ImportError:
pass
pass