We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7c5b46 + a909928 commit 67007d7Copy full SHA for 67007d7
lib/bypass/application.ex
@@ -4,8 +4,6 @@ defmodule Bypass.Application do
4
use Application
5
6
def start(_type, _args) do
7
- import Supervisor.Spec, warn: false
8
-
9
opts = [strategy: :one_for_one, name: Bypass.Supervisor]
10
DynamicSupervisor.start_link(opts)
11
end
0 commit comments