Skip to content

Commit

Permalink
Remove codegen-client dependency from Python server (smithy-lang#2307)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisanti committed Feb 8, 2023
1 parent b1ee45a commit bb6155a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion codegen-server/python/build.gradle.kts
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 bb6155a

Please sign in to comment.