Skip to content

Commit

Permalink
Remove codegen-client dependency from Python server (#2307)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisanti authored and aws-sdk-rust-ci committed Feb 13, 2023
1 parent 2d11b44 commit 4169ea8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion codegen-server/python/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ val smithyVersion: String by project

dependencies {
implementation(project(":codegen-core"))
implementation(project(":codegen-client"))
implementation(project(":codegen-server"))
implementation("software.amazon.smithy:smithy-aws-traits:$smithyVersion")
implementation("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion")
Expand Down

0 comments on commit 4169ea8

Please sign in to comment.