nishant-aionics
Results
3
comments of
nishant-aionics
@ptosco Any updates on this? I'm facing the same issue as @lukasturcani
FWIW I've changed `mypy.ini` to the following to keep using rdkit version `2023.9.6`: ``` [mypy] disallow_untyped_defs = True ; disallow_any_unimported = True no_implicit_optional = True check_untyped_defs = True ; warn_return_any...
Thanks @ptosco! Appreciate the help! 💯