Skip to content

Commit

Permalink
ensure all jinja2 undefined types are imported (revert change caused …
Browse files Browse the repository at this point in the history
…by auto code linting in #77)
  • Loading branch information
zerwes committed Oct 20, 2024
1 parent 0bb33f5 commit 361e779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hiyapyco/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import io
import copy
import yaml
from jinja2 import Environment, Undefined, TemplateError
from jinja2 import Environment, Undefined, DebugUndefined, StrictUndefined, TemplateError

from . import odyldo

Expand Down

0 comments on commit 361e779

Please sign in to comment.