Skip to content

Commit

Permalink
Apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedThree committed Jul 24, 2024
1 parent d788b1e commit d0ed980
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ford.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

from ford import run

if __name__ == '__main__' :
if __name__ == "__main__":
run()
1 change: 0 additions & 1 deletion ford/_markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def __init__(
aliases: Optional[Dict[str, str]] = None,
project: Optional[Project] = None,
):

default_extensions: List[Union[str, Extension]] = [
"markdown_include.include",
"markdown.extensions.codehilite",
Expand Down

0 comments on commit d0ed980

Please sign in to comment.