From 0054e998b9e45635d243c1eae901de353a047115 Mon Sep 17 00:00:00 2001 From: hinakhadim Date: Mon, 10 Jun 2024 17:13:45 +0500 Subject: [PATCH] fix: formatting fix --- tutorindigo/plugin.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorindigo/plugin.py b/tutorindigo/plugin.py index eb767c4c8..4b8a70544 100644 --- a/tutorindigo/plugin.py +++ b/tutorindigo/plugin.py @@ -107,7 +107,7 @@ def _override_openedx_docker_image( """ RUN npm install '@edx/brand@npm:@edly-io/indigo-brand-openedx@^1.0.0' """, - # remove indigo-header and indigo-footer due to incompatible version deps of MFEs + # remove indigo-header and indigo-footer due to incompatible version deps of MFEs ), ( "mfe-dockerfile-post-npm-install-authn", @@ -122,14 +122,14 @@ def _override_openedx_docker_image( """ RUN npm install '@edx/brand@npm:@edly-io/indigo-brand-openedx@^1.0.0' """, - # remove indigo-header and indigo-footer due to incompatible version deps of MFEs + # remove indigo-header and indigo-footer due to incompatible version deps of MFEs ), ( "mfe-dockerfile-post-npm-install-learner-dashboard", """ RUN npm install '@edx/brand@npm:@edly-io/indigo-brand-openedx@^1.0.0' """, - # remove indigo-footer due to incompatible version deps of MFEs + # remove indigo-footer due to incompatible version deps of MFEs ), ] )