remove using Pkg

This commit is contained in:
Simon Christ 2020-06-10 11:03:25 +02:00 committed by GitHub
parent 16083e49c4
commit 457450ff3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,3 @@
using Pkg
struct NoBackend <: AbstractBackend end struct NoBackend <: AbstractBackend end
const _backendType = Dict{Symbol, DataType}(:none => NoBackend) const _backendType = Dict{Symbol, DataType}(:none => NoBackend)