Skip to content

Commit

Permalink
Resolved Conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
jain-naman-sf committed Feb 5, 2025
2 parents 988870f + 2c164c8 commit 2556991
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cumulusci/cli/cci.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
from cumulusci.utils.http.requests_utils import init_requests_trust
from cumulusci.utils.logging import tee_stdout_stderr

from .checks import checks
from .error import error
from .flow import flow
from .logger import get_tempfile_logger, init_logger
Expand Down Expand Up @@ -242,3 +243,4 @@ def shell(runtime, script=None, python=None):
cli.add_command(flow)
cli.add_command(plan)
cli.add_command(robot)
cli.add_command(checks)

0 comments on commit 2556991

Please sign in to comment.