Skip to content

Commit aac88f9

Browse files
committed
.
1 parent 9fd034a commit aac88f9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/build_aws_lambda_layer.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
import subprocess
44
import sys
55
import tempfile
6-
from typing import TYPE_CHECKING
6+
from typing import Optional
77

88
from sentry_sdk.consts import VERSION as SDK_VERSION
99

10-
if TYPE_CHECKING:
11-
from typing import Optional
1210

1311
DIST_PATH = "dist" # created by "make dist" that is called by "make aws-lambda-layer"
1412
PYTHON_SITE_PACKAGES = "python" # see https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html#configuration-layers-path

0 commit comments

Comments
 (0)