Skip to content

Commit

Permalink
clearing unsupported syntax causing build failure on github
Browse files Browse the repository at this point in the history
  • Loading branch information
proccaserra committed Mar 11, 2024
1 parent f02616b commit c9a4266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isatools/isatab/validate/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def validate(fp: TextIO,
config_dir: str = default_config_dir,
origin: str or None = None,
rules: dict = None,
log_level: None | int = logging.INFO) -> dict:
log_level=None) -> dict:
"""
A function to validate an ISA investigation tab file
:param fp: the investigation file handler
Expand Down

0 comments on commit c9a4266

Please sign in to comment.