Skip to content

Commit 94af30a

Browse files
fix the indentation issue in documentDB jinja template
1 parent 889aed8 commit 94af30a

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

pyatlan/generator/templates/methods/asset/document_d_b_collection.jinja2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
@classmethod
23
@init_guid
34
def creator(cls, *,

pyatlan/generator/templates/methods/asset/document_d_b_database.jinja2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
@classmethod
23
@init_guid
34
def creator(cls, *, name: str, connection_qualified_name: str) -> DocumentDBDatabase:

pyatlan/generator/templates/methods/attribute/document_d_b_collection.jinja2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
@classmethod
23
@init_guid
34
def creator(cls,

pyatlan/generator/templates/methods/attribute/document_d_b_database.jinja2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
@classmethod
23
@init_guid
34
def creator(cls, *, name: str, connection_qualified_name: str) -> DocumentDBDatabase.Attributes:

0 commit comments

Comments
 (0)