Skip to content

Commit 92f2568

Browse files
committed
Fix test/REQUIRE and remove some using statements
1 parent 0f6955f commit 92f2568

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

test/REQUIRE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ SQLite
1111
IndexedTables
1212
DifferentialEquations
1313
ParameterizedFunctions
14+
NullableArrays
15+
DataStreams

test/test_integration_datastreams.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ using DataFrames
44
using DataStreams
55
using CSV
66
using SQLite
7-
using FlatBuffers
87
using Feather
98
using NullableArrays
109
using Base.Test

test/test_integration_indexedtables.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using IterableTables
22
using NamedTuples
3-
using PooledArrays
43
using IndexedTables
54
using DataFrames
65
using NullableArrays

0 commit comments

Comments
 (0)