amzn / smoke-framework

A light-weight server-side service framework written in the Swift programming language.
Apache License 2.0
1.45k stars 41 forks source link

Remove dangling import statements for SmokeOperations #63

Closed tachyonics closed 3 years ago

tachyonics commented 4 years ago

Remove dangling import statements for SmokeOperations from the SmokeHTTP1 target. These are unneeded and matches the dependency structure as defined by the Package manifest.

Issue #, if available: #62

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.