Skip to content

Commit 67007d7

Browse files
authored
Merge pull request #104 from thiamsantos/ts-remove-supervisor-spec
Remove Supervisor.Spec import
2 parents a7c5b46 + a909928 commit 67007d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/bypass/application.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ defmodule Bypass.Application do
44
use Application
55

66
def start(_type, _args) do
7-
import Supervisor.Spec, warn: false
8-
97
opts = [strategy: :one_for_one, name: Bypass.Supervisor]
108
DynamicSupervisor.start_link(opts)
119
end

0 commit comments

Comments
 (0)