diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2022-11-05 07:37:10 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2022-11-07 12:46:51 +0100 |
| commit | 59a33cc70de48f879a8f5e2d9f78e7533bc14db5 (patch) | |
| tree | 276094c80babcee7442f253305e947c63fc9134b | |
| parent | 73eaeb24c36a6c8dfa47124707c724d826b1397e (diff) | |
| download | mullvadvpn-59a33cc70de48f879a8f5e2d9f78e7533bc14db5.tar.xz mullvadvpn-59a33cc70de48f879a8f5e2d9f78e7533bc14db5.zip | |
Remove unused import
| -rw-r--r-- | ios/MullvadREST/RESTAPIProxy.swift | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ios/MullvadREST/RESTAPIProxy.swift b/ios/MullvadREST/RESTAPIProxy.swift index 2cf3ee4c86..5defa28a24 100644 --- a/ios/MullvadREST/RESTAPIProxy.swift +++ b/ios/MullvadREST/RESTAPIProxy.swift @@ -8,7 +8,6 @@ import Foundation import MullvadTypes -import Network import struct WireGuardKitTypes.IPAddressRange import class WireGuardKitTypes.PublicKey |
