Skip to content

Commit

Permalink
Add Undefined import to course.py
Browse files Browse the repository at this point in the history
Fixes an error with Undefined not being defined
  • Loading branch information
lainets committed Jan 18, 2022
1 parent df9906d commit 78d74c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion access/course.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from pydantic.types import NonNegativeInt, PositiveInt, confloat

from util.localize import Localized, DEFAULT_LANG
from util.pydantic import PydanticModel, NotRequired, add_warnings_to_values_dict
from util.pydantic import PydanticModel, NotRequired, Undefined, add_warnings_to_values_dict
from util.static import static_url
from .parser import ConfigParser

Expand Down

0 comments on commit 78d74c9

Please sign in to comment.