Skip to content

Commit d14c7fb

Browse files
style
1 parent 3240939 commit d14c7fb

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

binding-hs/examples/Agent.hs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
{-# LANGUAGE NamedFieldPuns #-}
1111
module Main where
1212

13-
import Prelude
14-
import Control.Monad (replicateM_, when)
15-
import Control.Monad.Catch
16-
import Control.Exception.Base
17-
18-
import OpenAI.Gym
19-
import Servant.Client
20-
import Network.HTTP.Client
13+
import Control.Exception.Base
14+
import Control.Monad (replicateM_, when)
15+
import Control.Monad.Catch
16+
import Prelude
17+
18+
import Network.HTTP.Client
19+
import OpenAI.Gym
20+
import Servant.Client
2121

2222

2323
main :: IO ()

0 commit comments

Comments
 (0)