Skip to content

Commit

Permalink
remove codablekit imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Mar 28, 2018
1 parent 58ff665 commit f25c4b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Sources/SQLite/Row/SQLiteRowDecoder.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import CodableKit
import Core

public final class SQLiteRowDecoder: Decoder {
public var codingPath: [CodingKey]
Expand Down
4 changes: 1 addition & 3 deletions Tests/SQLiteTests/SQLiteTests.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import CodableKit
import Async
import Dispatch
import Foundation
import Core
@testable import SQLite
import XCTest

Expand Down

0 comments on commit f25c4b4

Please sign in to comment.