theochem / iodata

Unnecessary parentheses after keyword PYL-C0325
Style
Minor
3 months ago4 months old
Unnecessary parens after '=' keyword
861    f.write("[GTO]\n")
862    last_icenter = -1
863    # The shells must be sorted by center.
864    for shell in sorted(obasis.shells, key=(lambda s: s.icenter)):865        if shell.icenter != last_icenter:
866            if last_icenter != -1:
867                f.write("\n")