Skip to content

Commit

Permalink
reduce import scope, spurious here
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertp committed Jul 7, 2022
1 parent 8fcb36b commit 52f1052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distribution/lib/Standard/Base/0.0.0-dev/src/Function.enso
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Standard.Base
import Standard.Base.Data.Vector

# Function types.
type Function
Expand Down
2 changes: 1 addition & 1 deletion test/Tests/src/Data/Function_Spec.enso
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ spec =
plus [6, 7] . should_equal 42


main = Test.Suite.run_main here.spec
main = Test.Suite.run_main spec

0 comments on commit 52f1052

Please sign in to comment.