Skip to content

Commit

Permalink
chore(Orchestrator): remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejsmolinski committed Aug 7, 2019
1 parent 272576a commit 57c7ab7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Orchestrator/Main.purs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import Data.Generic.Rep.Show (genericShow)
import Data.Maybe (Maybe(..))
import Data.Semigroup ((<>))
import Data.Show (class Show)
import Data.String (Pattern(..), split)
import Data.Traversable (traverse_)
import Data.Unit (Unit, unit)
import Effect (Effect)
Expand Down

0 comments on commit 57c7ab7

Please sign in to comment.