Skip to content

Commit

Permalink
⏪ Forgot we still support python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Mar 5, 2024
1 parent 23dea32 commit 2acd1ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions digid_eherkenning/saml2/eherkenning.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ def xml_datetime(d):

def create_language_elements(
element_name: str,
option_value: dict[str, str] | str | None,
languages: list[str] | None = None,
option_value: Union[dict[str, str], str, None],
languages: Union[list[str], None] = None,
) -> list[Element]:
"""
Convert a configuration option into zero or more eHerkenning dienstcatalogus
Expand Down

0 comments on commit 2acd1ed

Please sign in to comment.