Skip to content

Commit

Permalink
style: Format
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Sep 8, 2020
1 parent 0994cef commit 229d7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/regen_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from jinja2.sandbox import SandboxedEnvironment

URL_PREFIX = "https://raw.githubusercontent.com/pawamoy/jinja-templates/master/"
REGEN = (("docs/credits.md", get_credits, URL_PREFIX + "credits.md"), )
REGEN = (("docs/credits.md", get_credits, URL_PREFIX + "credits.md"),)


def main() -> int:
Expand Down

0 comments on commit 229d7d2

Please sign in to comment.