diff --git a/figures/compat.py b/figures/compat.py index 97e25b329..50edafcf0 100644 --- a/figures/compat.py +++ b/figures/compat.py @@ -35,6 +35,7 @@ class CourseNotFound(Exception): """ pass + # Pre-Ginkgo does not define `RELEASE_LINE` try: from openedx.core.release import RELEASE_LINE