Skip to content

Commit

Permalink
Remove some duplicate imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Akirathan committed Jun 6, 2023
1 parent b1e5809 commit fdc9247
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import project.Data.Column.Column
import project.Data.Data_Formatter.Data_Formatter
import project.Data.Table.Table
import project.Internal.Unique_Name_Strategy.Unique_Name_Strategy
import Standard.Base.Data.Text.Regex.Pattern
import Standard.Base.Data.Text.Regex.Match.Match
import Standard.Base.Data.Text.Regex.Regex_Syntax_Error
import Standard.Base.Errors.Common.Type_Error
import Standard.Base.Errors.Illegal_Argument.Illegal_Argument
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Standard.Base.Errors.Illegal_State.Illegal_State

from Standard.Table import all hiding Table
from Standard.Table.Errors import all
import Standard.Table.Data.Type.Value_Type.Value_Type

from Standard.Database.Errors import Unsupported_Database_Operation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ from Standard.Base import all

from Standard.Table import all
from Standard.Table.Errors import all
import Standard.Table.Data.Type.Value_Type.Value_Type

from Standard.Database.Errors import Unsupported_Database_Operation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Standard.Base.Errors.Illegal_State.Illegal_State

from Standard.Table import all hiding Table
from Standard.Table.Errors import all
import Standard.Table.Data.Type.Value_Type.Value_Type

from Standard.Database.Errors import Unsupported_Database_Operation

Expand Down
1 change: 0 additions & 1 deletion test/Table_Tests/src/Database/SQLite_Spec.enso
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Standard.Base.Errors.File_Error.File_Error
import Standard.Table.Data.Type.Value_Type.Bits
from Standard.Table import Table, Value_Type

import Standard.Database.Connection.SQLite_Format.SQLite_Format
from Standard.Database import all
from Standard.Database.Errors import SQL_Error

Expand Down
1 change: 0 additions & 1 deletion test/Table_Tests/src/In_Memory/Parse_To_Table_Spec.enso
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from Standard.Base import all

import Standard.Base.Data.Text.Case_Sensitivity.Case_Sensitivity
import Standard.Base.Data.Text.Regex.Regex_Syntax_Error
import Standard.Base.Errors.Illegal_Argument.Illegal_Argument
import Standard.Table.Data.Table_Conversions
Expand Down
2 changes: 0 additions & 2 deletions test/Tests/src/Data/Map_Spec.enso
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from Standard.Base import all
import Standard.Base.Errors.Illegal_Argument.Illegal_Argument
import Standard.Base.Errors.No_Such_Key.No_Such_Key
import Standard.Base.Data.Time.Date_Time.Date_Time
from Standard.Base.Data.Map import Map

from Standard.Test import Test, Test_Suite, Problems
import Standard.Test.Test_Extensions
Expand Down
1 change: 0 additions & 1 deletion test/Tests/src/Data/Text/Regex_Spec.enso
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from Standard.Base import all
import Standard.Base.Data.Text.Span.Span
import Standard.Base.Data.Text.Span.Utf_16_Span
import Standard.Base.Data.Text.Regex
import Standard.Base.Data.Text.Regex.Match.Match
import Standard.Base.Data.Text.Regex.No_Such_Group
import Standard.Base.Data.Text.Regex.Pattern.Pattern
Expand Down
2 changes: 0 additions & 2 deletions test/Tests/src/Data/Text/Text_Sub_Range_Spec.enso
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from Standard.Base import all

from Standard.Base.Data.Text.Text_Sub_Range import all

from Standard.Test import Test, Test_Suite
import Standard.Test.Test_Extensions

Expand Down
2 changes: 0 additions & 2 deletions test/Tests/src/Network/Http/Header_Spec.enso
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from Standard.Base import all

import Standard.Base.Network.HTTP.Header.Header

from Standard.Test import Test, Test_Suite
import Standard.Test.Test_Extensions

Expand Down
1 change: 0 additions & 1 deletion test/Tests/src/Network/Http/Request_Spec.enso
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ from Standard.Base import all
import Standard.Base.Errors.Common.Syntax_Error

import Standard.Base.Network.HTTP.Form.Form
import Standard.Base.Network.HTTP.Header.Header
import Standard.Base.Network.HTTP.Request.Request
import Standard.Base.Network.HTTP.Request_Body.Request_Body

Expand Down
1 change: 0 additions & 1 deletion test/Tests/src/Network/Http_Spec.enso
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ from Standard.Base import all
import Standard.Base.Errors.Common.Syntax_Error

import Standard.Base.Network.HTTP.Form.Form
import Standard.Base.Network.HTTP.Header.Header
import Standard.Base.Network.HTTP.Request.Request
import Standard.Base.Network.HTTP.Request_Body.Request_Body
import Standard.Base.Network.HTTP.Request_Error
Expand Down
1 change: 0 additions & 1 deletion test/Tests/src/Semantic/Meta_Spec.enso
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from Standard.Base import all
from Standard.Base.Function import Function
import Standard.Base.Errors.File_Error.File_Error
import Standard.Base.Errors.Illegal_Argument.Illegal_Argument
from Standard.Base.Errors.Common import Uninitialized_State
Expand Down

0 comments on commit fdc9247

Please sign in to comment.