Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel committed Aug 30, 2024
1 parent 4c27c23 commit 9aa373f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdl/pdl_ast.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ class Block(BaseModel):


class FunctionBlock(Block):
"""Function declaration.
"""
"""Function declaration."""

model_config = ConfigDict(extra="forbid")
kind: Literal[BlockKind.FUNCTION] = BlockKind.FUNCTION
Expand Down Expand Up @@ -516,6 +515,7 @@ class EmptyBlock(Block):
"""List of blocks.
"""


class Program(RootModel):
"""
Prompt Declaration Language program (PDL)
Expand Down

0 comments on commit 9aa373f

Please sign in to comment.