Skip to content

Commit

Permalink
Attempt to address UnresolvedSymbol<starts_with>
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroslavTulach committed Jun 16, 2023
1 parent 2e5e890 commit deab523
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions test/Table_Tests/src/Database/Common_Spec.enso
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
from Standard.Base import Boolean, True, False
from Standard.Base import Nothing, Any
from Standard.Base import Vector, Map
from Standard.Base import JS_Object, Filter_Condition, Sort_Direction
from Standard.Base import Panic
from Standard.Base import IO
from Standard.Base import all
import Standard.Base.Errors.Illegal_Argument.Illegal_Argument

from Standard.Table import Table, Sort_Column
from Standard.Table.Data.Aggregate_Column.Aggregate_Column import all hiding First, Last
from Standard.Table.Errors import all

from Standard.Database import all
from Standard.Database import all hiding Data, Errors
from Standard.Database.Errors import all

from Standard.Test import Test, Test_Suite, Problems
Expand Down

0 comments on commit deab523

Please sign in to comment.