Skip to content

Commit

Permalink
fix(form): Add missing import.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinci1it2000 committed Sep 13, 2024
1 parent 8d2123f commit 7afbc2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schedula/utils/form/server/locale/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
It provides functions to build the language service.
"""
import os
import functools
import os.path as osp
from flask_babel import Babel, Domain
from werkzeug.exceptions import NotFound
Expand Down

0 comments on commit 7afbc2f

Please sign in to comment.