Skip to content

Commit

Permalink
Fix imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Mar 15, 2023
1 parent f37fe19 commit 98d3cf0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/antsibull_docs/jinja2/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@

from jinja2 import BaseLoader, Environment, FileSystemLoader, PackageLoader

from ..markup.htmlify import html_ify
from ..markup.rstify import rst_code, rst_escape, rst_ify
from ..markup.rstify import rst_code, rst_escape
from ..utils.collection_name_transformer import CollectionNameTransformer
from .filters import (
do_max,
Expand All @@ -24,6 +23,8 @@
rst_xline,
to_ini_value,
to_json,
html_ify,
rst_ify,
)
from .tests import still_relevant, test_list

Expand Down

0 comments on commit 98d3cf0

Please sign in to comment.