From fc3b3a3a1bdea50ed82c36a36bfee6042cf6f9d6 Mon Sep 17 00:00:00 2001 From: Harry Barber Date: Fri, 7 Oct 2022 17:34:10 +0000 Subject: [PATCH] Add missing codegenScope --- .../python/smithy/generators/PythonApplicationGenerator.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/codegen-server/python/src/main/kotlin/software/amazon/smithy/rust/codegen/server/python/smithy/generators/PythonApplicationGenerator.kt b/codegen-server/python/src/main/kotlin/software/amazon/smithy/rust/codegen/server/python/smithy/generators/PythonApplicationGenerator.kt index 242b4a3acd2..3bc4143052b 100644 --- a/codegen-server/python/src/main/kotlin/software/amazon/smithy/rust/codegen/server/python/smithy/generators/PythonApplicationGenerator.kt +++ b/codegen-server/python/src/main/kotlin/software/amazon/smithy/rust/codegen/server/python/smithy/generators/PythonApplicationGenerator.kt @@ -144,6 +144,7 @@ class PythonApplicationGenerator( } } """, + *codegenScope, ) }