ATOMScience-org / AMPL

The ATOM Modeling PipeLine (AMPL) is an open-source, modular, extensible software pipeline for building and sharing models to advance in silico drug discovery.
MIT License
136 stars 67 forks source link

Akp lint fixes #360

Closed paulsonak closed 1 month ago

paulsonak commented 1 month ago

These are small changes from lint_finds that I split up into 4 commits:

  1. update isinstance(x) back to type(x)
  2. delete unused lines and unused variable assignments (possibly unsafe, I can revert this commit)
  3. fix some imports and associated function calls
  4. remove "==True" or "is True" (and false) redundancies