Skip to content

Commit 62bb7c7

Browse files
committed
Mollify black formatting with unrelated changes
1 parent 555ecd9 commit 62bb7c7

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.2.0'
1+
__version__ = "3.2.0"

docassemble/AssemblyLine/al_general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2425,7 +2425,7 @@ def parse_custom_pronouns(pronouns: str) -> Dict[str, str]:
24252425

24262426

24272427
def get_visible_al_nav_items(
2428-
nav_items: List[Union[str, dict]]
2428+
nav_items: List[Union[str, dict]],
24292429
) -> List[Union[str, dict]]:
24302430
"""
24312431
Processes a list of nav items and returns only the ones that are not hidden.

docassemble/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
__import__('pkg_resources').declare_namespace(__name__)
2-
1+
__import__("pkg_resources").declare_namespace(__name__)

0 commit comments

Comments
 (0)