From 3e15b29d4062e363cf7ad49a488ed0635c325dac Mon Sep 17 00:00:00 2001 From: Jillian Vogel Date: Tue, 12 Mar 2024 10:04:33 +1030 Subject: [PATCH] fix: quality --- tutoraspects/plugin.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tutoraspects/plugin.py b/tutoraspects/plugin.py index 08793a296..caaaf097e 100644 --- a/tutoraspects/plugin.py +++ b/tutoraspects/plugin.py @@ -41,7 +41,10 @@ ( "OPENEDX_EXTRA_PIP_REQUIREMENTS", [ - "git+https://github.com/openedx/platform-plugin-aspects.git@jill/migrate-xblock#egg=platform-plugin-aspects==0.3.0", + ( + "git+https://github.com/openedx/platform-plugin-aspects.git@jill/migrate-xblock" + "#egg=platform-plugin-aspects==0.3.0" + ), "edx-event-routing-backends==v8.1.1", ], ),