Skip to content

Commit 626c75d

Browse files
hf-kkleinKonstantin
and
Konstantin
authored
black 2025 (#94)
* black 2025 * Update src/fundamend/models/anwendungshandbuch.py --------- Co-authored-by: Konstantin <[email protected]>
1 parent f59ac11 commit 626c75d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/fundamend/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def main(
5151
readable=True,
5252
resolve_path=True,
5353
),
54-
]
54+
],
5555
) -> None:
5656
"""
5757
converts the xml file from xml_in_path to a json file next to the .xml

src/fundamend/models/anwendungshandbuch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""""model classes for Anwendungshandbücher (AHB)"""
1+
"""model classes for Anwendungshandbücher (AHB)"""
22

33
# pylint:disable=duplicate-code
44
# the structures are similar, still we decided against inheritance, so there's naturally a little bit of duplication

0 commit comments

Comments
 (0)