Skip to content

Commit

Permalink
style: 🚨 black + isort
Browse files Browse the repository at this point in the history
  • Loading branch information
qthequartermasterman committed Dec 15, 2023
1 parent f60fbe3 commit 02fa9a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions render_blocks/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from __future__ import annotations

from mkdocs_macros.plugin import MacrosPlugin

from render_blocks import render


Expand Down
2 changes: 2 additions & 0 deletions render_map/render_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ def on_page_context(
):
"""Add the map template to the page context.
This will place a map inside of all pages that have a div with id="map".
Args:
context: The page context.
page: The page object.
Expand Down

0 comments on commit 02fa9a5

Please sign in to comment.