Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 6b5a4f2

Browse files
committed
Merge branch '436-create-a-json-file-that-integrates-the-dictionaries-from-and' of https://github.com/lars-reimann/api-editor into 436-create-a-json-file-that-integrates-the-dictionaries-from-and
2 parents 254fa15 + 662685f commit 6b5a4f2

File tree

1 file changed

+1
-1
lines changed
  • package-parser/package_parser/commands/generate_annotations

1 file changed

+1
-1
lines changed

package-parser/package_parser/commands/generate_annotations/_combine.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44

55

6-
def write_json(output_path: str, constant_path: str, unused_path: str) -> None:
6+
def write_json(output_path: str, constant_path: str, unused_path: str) -> None:
77
"""
88
Dient zum Mergen von Unused-Dictionary und Constant-Dictionary und anschließende Erzeugen einer JSON - File,
99
die das erzeugte Dictionary beinhaltet.

0 commit comments

Comments
 (0)