diff --git a/openHABWatch/Domain/UserData.swift b/openHABWatch/Domain/UserData.swift index ee5595421..b684b3477 100644 --- a/openHABWatch/Domain/UserData.swift +++ b/openHABWatch/Domain/UserData.swift @@ -9,7 +9,6 @@ // // SPDX-License-Identifier: EPL-2.0 -// import Alamofire import Combine import Foundation import OpenHABCore diff --git a/openHABWatch/Model/ObservableOpenHABWidget.swift b/openHABWatch/Model/ObservableOpenHABWidget.swift index 530e1bc14..4d94dff24 100644 --- a/openHABWatch/Model/ObservableOpenHABWidget.swift +++ b/openHABWatch/Model/ObservableOpenHABWidget.swift @@ -9,7 +9,6 @@ // // SPDX-License-Identifier: EPL-2.0 -// import Alamofire #if canImport(Combine) import Combine #endif