Skip to content

Commit

Permalink
ignore no imports - false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w-feldmann committed Apr 23, 2024
1 parent c9c74cb commit d041a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molpipeline/estimators/chemprop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

installed_packages = {pkg.name for pkg in pkgutil.iter_modules()}
if "chemprop" in installed_packages:
from molpipeline.estimators.chemprop.models import (
from molpipeline.estimators.chemprop.models import ( # noqa: F401
ChempropClassifier,
ChempropModel,
ChempropNeuralFP,
Expand Down

0 comments on commit d041a2f

Please sign in to comment.