Skip to content

Commit

Permalink
Remove unused Effect type import in Path
Browse files Browse the repository at this point in the history
  • Loading branch information
agu-z committed Apr 20, 2024
1 parent 4dc6dd3 commit 8b097e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/Path.roc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interface Path
isSymLink,
type,
]
imports [InternalPath.{ InternalPath }, InternalPath.{ GetMetadataErr }, Effect.{ Effect }, InternalTask, Task.{ Task }]
imports [InternalPath.{ InternalPath }, InternalPath.{ GetMetadataErr }, Effect, InternalTask, Task.{ Task }]

# You can canonicalize a [Path] using `Path.canonicalize`.
#
Expand Down

0 comments on commit 8b097e2

Please sign in to comment.