Skip to content

Commit 6fdda9f

Browse files
committed
Squash some warnings.
1 parent 5a99e7b commit 6fdda9f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Dotenv/Internal/ChildProcess.purs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import Effect.Exception (error)
1111
import Node.ChildProcess (Exit(..), defaultSpawnOptions)
1212
import Run (Run, lift)
1313
import Sunde (spawn) as Sunde
14-
import Type.Proxy (Proxy)
1514

1615
-- | A data type representing the supported operations
1716
data ChildProcessF a = Spawn String (Array String) (String -> a)

src/Dotenv/Internal/Environment.purs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import Effect.Aff (Aff)
1515
import Effect.Class (liftEffect)
1616
import Node.Process (lookupEnv, setEnv) as P
1717
import Run (Run, lift)
18-
import Type.Proxy (Proxy)
1918

2019
-- | A data type representing the supported operations.
2120
data EnvironmentF a

0 commit comments

Comments
 (0)