Skip to content

Commit

Permalink
fix type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 committed Nov 28, 2024
1 parent 13e1f0b commit 5064786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiida_pythonjob/data/serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_serializer_from_entry_points() -> dict:
eps = get_serializer_from_entry_points()


def serialize_to_aiida_nodes(inputs: dict | None = None) -> dict:
def serialize_to_aiida_nodes(inputs: dict) -> dict:
"""Serialize the inputs to a dictionary of AiiDA data nodes.
Args:
Expand Down

0 comments on commit 5064786

Please sign in to comment.