Remove a couple unneeded Foundation imports that snuck in

This commit is contained in:
Mathew Polzin
2018-11-22 21:35:58 -08:00
parent 7edb631f09
commit bf842bd781
2 changed files with 0 additions and 4 deletions
@@ -5,8 +5,6 @@
// Created by Mathew Polzin on 11/17/18.
//
import Foundation
public protocol Transformer {
associatedtype From
associatedtype To