PSPDFKit-labs / bypass

Bypass provides a quick way to create a custom plug that can be put in place instead of an actual HTTP server to return prebaked responses to client requests.
https://hex.pm/packages/bypass
MIT License
964 stars 111 forks source link

Remove Supervisor.Spec import #104

Closed thiamsantos closed 4 years ago

thiamsantos commented 4 years ago

Motivation

The module Supervisor.Spec is deprecated. https://hexdocs.pm/elixir/Supervisor.Spec.html And seems that we don't use any of the imported functions.

Proposed solution

Remove the import

ream88 commented 4 years ago

Thx a lot