Skip to content

Commit

Permalink
style: Add black to remaining init files
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe committed Mar 30, 2024
1 parent a8bac1e commit 1d4e3bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions microview/schemas/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
MicroView module containing schemas for data validation
"""

from pathlib import Path

HERE = Path(__file__).parent.resolve()
Expand Down
1 change: 1 addition & 0 deletions microview/templates/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
MicroView module containing Jinja2 templates
"""

from pathlib import Path

from jinja2 import Environment, FileSystemLoader
Expand Down

0 comments on commit 1d4e3bb

Please sign in to comment.