theochem / iodata

Function contains unused argument PYL-W0613
Anti-pattern
Major
2 months ago3 months old
Unused argument 'allow_changes'
1446    return base_provenance
1447
1448
1449def prepare_dump(data: IOData, allow_changes: bool, filename: str) -> IOData:1450    """Check the compatibility of the IOData object with QCScheme.
1451
1452    Parameters