Skip to content

Commit

Permalink
style: format code with Black and isort (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
  • Loading branch information
deepsource-autofix[bot] authored and tusharsadhwani committed Oct 11, 2023
1 parent 5f2463c commit 9633680
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interpreted/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ class ImportFrom(Statement):
class Module:
body: list[Statement]


@dataclass
class Decorator(Node):
value: Expression

0 comments on commit 9633680

Please sign in to comment.