Skip to content

Commit b4ff5dc

Browse files
committed
Update AAChartViewPluginProvider.swift
1 parent c939df0 commit b4ff5dc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

AAInfographics/AAChartCreator/AAChartViewPluginProvider.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import Foundation
2-
31
// Protocol defining the responsibility for providing required plugin paths
42
@available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
53
public protocol AAChartViewPluginProvider {
@@ -110,8 +108,7 @@ public class ProPluginProvider: AAChartViewPluginProvider {
110108
return nil
111109
}
112110

113-
let urlStr = NSURL.fileURL(withPath: path)
114-
return urlStr.path
111+
return path
115112
}
116113
}
117114

0 commit comments

Comments
 (0)