Skip to content

Commit aa26a53

Browse files
committed
minor fixes
1 parent 03db99c commit aa26a53

File tree

4 files changed

+1
-28
lines changed

4 files changed

+1
-28
lines changed

.github/workflows/miniflare.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
docker pull localstack/localstack-pro &
3434
pip install localstack localstack-ext
3535
36-
# TODO remove
37-
mkdir ~/.localstack; echo '{"token":"test"}' > ~/.localstack/auth.json
38-
3936
branchName=${GITHUB_HEAD_REF##*/}
4037
if [ "$branchName" = "" ]; then branchName=main; fi
4138
echo "Installing from branch name $branchName"

typedb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors = [
1414
keywords = ["LocalStack", "TypeDB"]
1515
classifiers = []
1616
dependencies = [
17-
# TODO remove
17+
# TODO remove / replace prior to merge!
1818
# "localstack-extensions-utils",
1919
"localstack-extensions-utils @ git+https://github.com/localstack/localstack-extensions.git@extract-utils-package#subdirectory=utils"
2020
]
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
# LocalStack Extensions utilities package
Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +0,0 @@
1-
from localstack_extensions.utils.docker import (
2-
ProxiedDockerContainerExtension,
3-
ProxyResource,
4-
)
5-
from localstack_extensions.utils.h2_proxy import (
6-
TcpForwarder,
7-
apply_http2_patches_for_grpc_support,
8-
get_headers_from_data_stream,
9-
get_headers_from_frames,
10-
get_frames_from_http2_stream,
11-
ProxyRequestMatcher,
12-
)
13-
14-
__all__ = [
15-
"ProxiedDockerContainerExtension",
16-
"ProxyResource",
17-
"TcpForwarder",
18-
"apply_http2_patches_for_grpc_support",
19-
"get_headers_from_data_stream",
20-
"get_headers_from_frames",
21-
"get_frames_from_http2_stream",
22-
"ProxyRequestMatcher",
23-
]

0 commit comments

Comments
 (0)