Skip to content

Commit

Permalink
chore: reformatting for ci checks
Browse files Browse the repository at this point in the history
  • Loading branch information
hinakhadim committed Jun 12, 2024
1 parent 1597f78 commit d2893fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorindigo/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@


# Override openedx & mfe docker image names
@hooks.Filters.CONFIG_DEFAULTS.add(priority=hooks.priorities.LOW) # type: ignore
@hooks.Filters.CONFIG_DEFAULTS.add(priority=hooks.priorities.LOW) # type: ignore
def _override_openedx_docker_image(
items: list[tuple[str, t.Any]]
) -> list[tuple[str, t.Any]]:
Expand Down

0 comments on commit d2893fe

Please sign in to comment.