Skip to content

Commit

Permalink
🎨 [pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 5, 2024
1 parent 3e3ca12 commit f74e466
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
"""Sphinx configuration."""

import os
import sys

sys.path.insert(0, os.path.abspath("../src"))
import flask_font_awesome # noqa: E402
import flask_font_awesome

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
Expand Down
1 change: 1 addition & 0 deletions src/flask_font_awesome/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Font-Awesome-Flask is an extension for Flask that adds support for Font Awesome to your web application."""

import json
import re
import sys
Expand Down

0 comments on commit f74e466

Please sign in to comment.