Skip to content

Commit 3e6aa58

Browse files
committed
Format
1 parent 428923c commit 3e6aa58

File tree

1 file changed

+2
-1
lines changed
  • infrahub_sdk/ctl/example_repo/{% if generators %}generators{% endif %}

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from infrahub_sdk.generator import InfrahubGenerator
22

3+
34
class ExampleGenerator(InfrahubGenerator):
45
async def generate(self, data: dict) -> None:
5-
pass
6+
pass

0 commit comments

Comments
 (0)