Skip to content

Commit

Permalink
make type hints consistent with body
Browse files Browse the repository at this point in the history
  • Loading branch information
SpheMakh committed Feb 27, 2024
1 parent 5e74b28 commit bec0644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scabha/schema_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class SchemaSpec:
outputs: Dict[str, Parameter]
libs: Dict[str, Any]

def paramfile_loader(paramfiles: List[File], sources: List[File] = [], schema_spec=None, use_cache=False) -> Dict:
def paramfile_loader(paramfiles: File|List[File], sources: File|List[File] = [], schema_spec=None, use_cache=False) -> Dict:
"""Load a scabha-style parameter defintion using.
Args:
Expand Down

0 comments on commit bec0644

Please sign in to comment.