Skip to content

Commit 0e39890

Browse files
committed
Update to resolve CI errors.
1 parent a033d4a commit 0e39890

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

src/confidentialledger/azext_confidentialledger/_help.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
# pylint: disable=wildcard-import
1111
# pylint: disable=unused-wildcard-import
1212
# pylint: disable=unused-import
13-
from .generated._help import helps # pylint: disable=reimported
14-
1513
try:
1614
from .manual._help import helps # pylint: disable=reimported
1715
except ImportError as e:

src/confidentialledger/azext_confidentialledger/action.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
# pylint: disable=wildcard-import
1111
# pylint: disable=unused-wildcard-import
1212

13-
from .generated.action import * # noqa: F403
14-
1513
try:
1614
from .manual.action import * # noqa: F403
1715
except ImportError as e:

src/confidentialledger/azext_confidentialledger/custom.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
# pylint: disable=wildcard-import
1111
# pylint: disable=unused-wildcard-import
1212

13-
from .generated.custom import * # noqa: F403
14-
1513
try:
1614
from .manual.custom import * # noqa: F403
1715
except ImportError as e:

0 commit comments

Comments
 (0)