We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd034a commit aac88f9Copy full SHA for aac88f9
scripts/build_aws_lambda_layer.py
@@ -3,12 +3,10 @@
3
import subprocess
4
import sys
5
import tempfile
6
-from typing import TYPE_CHECKING
+from typing import Optional
7
8
from sentry_sdk.consts import VERSION as SDK_VERSION
9
10
-if TYPE_CHECKING:
11
- from typing import Optional
12
13
DIST_PATH = "dist" # created by "make dist" that is called by "make aws-lambda-layer"
14
PYTHON_SITE_PACKAGES = "python" # see https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html#configuration-layers-path
0 commit comments