quantum-elixir / quantum-core

:watch: Cron-like job scheduler for Elixir
https://hexdocs.pm/quantum/
Apache License 2.0
2.3k stars 147 forks source link

Solution: Remove Supervisor.Spec references #475

Closed TylerPachal closed 3 years ago

TylerPachal commented 3 years ago

The import statement is not necessary as noted in this issue: https://github.com/quantum-elixir/quantum-core/issues/474

Tested locally with a little dummy project - when the warn: false option was removed it confirmed that the import statement was unused:

warning: unused import Supervisor.Spec
  lib/acme/application.ex:9
coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 7b2bdc651c9215fc758518851d670f3899d75d66-PR-475


Totals Coverage Status
Change from base Build eca5ee0c17b2f974c7e9bffb36620a7024c76d03: 0.0%
Covered Lines: 312
Relevant Lines: 362

💛 - Coveralls