Skip to content

Commit 60597c8

Browse files
shepazonLaren-AWS
authored andcommitted
Move one more import into snippet
1 parent beda00e commit 60597c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/example_code/swift-sdk/retry/Sources/entry.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
// Swift. This example uses Amazon S3, but the same principle applies to every
66
// AWS service.
77

8-
import AWSS3
98
import Foundation
109
// snippet-start:[retry.swift.imports]
10+
import AWSS3
1111
import SmithyRetries
1212
import SmithyRetriesAPI
1313
// snippet-end:[retry.swift.imports]

0 commit comments

Comments
 (0)