Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 19, 2024
1 parent c530f6b commit 6097c74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/edx_sysadmin/git_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,9 @@ def add_repo(repo, rdir_in=None, branch=None): # noqa: PLR0912, PLR0915, C901
loggers.append(logger)

try:
import_cmd = importlib.import_module("cms.djangoapps.contentstore.management.commands.import")
import_cmd = importlib.import_module(
"cms.djangoapps.contentstore.management.commands.import"
)
management.call_command(
import_cmd.Command(),
git_repo_dir,
Expand Down

0 comments on commit 6097c74

Please sign in to comment.