Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Siecje committed Dec 11, 2023
1 parent 63f59ba commit c9b163a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htmd/site.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
from bs4 import BeautifulSoup
from feedwerk.atom import AtomFeed
from flask import (
abort, Blueprint, Flask, render_template, make_response, url_for
abort, Blueprint, Flask, make_response, render_template, url_for
)
from flask_flatpages import FlatPages, pygments_style_defs
from flask_frozen import Freezer
from htmlmin import minify
from jinja2 import TemplateNotFound, ChoiceLoader, FileSystemLoader
from jinja2 import ChoiceLoader, FileSystemLoader, TemplateNotFound


this_dir = os.path.dirname(os.path.abspath(__file__))
Expand Down

0 comments on commit c9b163a

Please sign in to comment.