Skip to content

Commit

Permalink
style(maybe): remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
williamareynolds committed Jan 12, 2020
1 parent 801d1eb commit e1e7877
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/instance/Maybe.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { Monad1, MonadS1 } from '../Monad'
import { Alt1, AltS1 } from '../Alt'
import { Plus1, PlusS1 } from '../Plus'
import { Alternative1, AlternativeS1 } from '../Alternative'

declare module '../HKT' {
Expand Down

0 comments on commit e1e7877

Please sign in to comment.