Skip to content

Commit 6e2683e

Browse files
committed
remove autogenerated comments
1 parent 2c1bc63 commit 6e2683e

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/localstack/__init__.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1 @@
1-
"""A generated module for Localstack functions
2-
3-
This module has been generated via dagger init and serves as a reference to
4-
basic module structure as you get started with Dagger.
5-
6-
Two functions have been pre-created. You can modify, delete, or add to them,
7-
as needed. They demonstrate usage of arguments and return types using simple
8-
echo and grep commands. The functions can be called from the dagger CLI or
9-
from one of the SDKs.
10-
11-
The first line in this comment block is a short description line and the
12-
rest is a long description with more detail on the module's purpose or usage,
13-
if appropriate. All modules should have a short description.
14-
"""
15-
161
from .main import Localstack as Localstack

0 commit comments

Comments
 (0)