Skip to content

Commit b277700

Browse files
committed
Remove unnecessary imports
1 parent d905579 commit b277700

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Plugins/SafeDIGenerateDependencyTree/SafeDIGenerateDependencyTree.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import Foundation
21
import PackagePlugin
32

43
@main

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ Types that are declared outside of your project can be instantiated by SafeDI if
144144
Here we have a sample `@Instantiable` `SecurePersistentStorage` whose concrete type is defined in a third-party dependency:
145145

146146
```swift
147-
import Foundation
148147
import SafeDI
149148
import SecurePersistentStorage // A third-party library that provides secure, persistent storage.
150149

0 commit comments

Comments
 (0)