Skip to content

Commit

Permalink
dict[str, str] -> dict
Browse files Browse the repository at this point in the history
  • Loading branch information
joergbuchwald committed Aug 23, 2024
1 parent 8bd26f6 commit 8aae1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogs6py/classes/build_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def _get_root(self) -> ET.Element:
return self.tree.getroot()

@classmethod
def _convertargs(cls, args: dict[str, str]) -> None:
def _convertargs(cls, args: dict) -> None:
"""
convert arguments that are not lists or dictionaries to strings
"""
Expand Down

0 comments on commit 8aae1e0

Please sign in to comment.