diff --git a/src/InMemoryLoggedDB.jl b/src/InMemoryLoggedDB.jl index c1a3789..e9e309d 100644 --- a/src/InMemoryLoggedDB.jl +++ b/src/InMemoryLoggedDB.jl @@ -5,7 +5,6 @@ export Action, Transaction, write, restore, replay, DataBase, DataBaseTable, Table, ArrayTable, MappedTable -export Table using MsgPack