Skip to content

Commit 24a7788

Browse files
committed
final format!
1 parent 9089783 commit 24a7788

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sample_app/dbsamizdat_defs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
class ExampleTable(SamizdatTable):
55
"""Example table demonstrating SamizdatTable usage"""
6+
67
sql_template = """
78
${preamble}
89
(
@@ -25,6 +26,7 @@ class AView(SamizdatView):
2526

2627
class ViewOnTable(SamizdatView):
2728
"""Example view that depends on the table"""
29+
2830
deps_on = {ExampleTable}
2931
sql_template = f"""
3032
${{preamble}}

0 commit comments

Comments
 (0)