Skip to content

Commit

Permalink
Add empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharsadhwani committed Oct 11, 2023
1 parent 66dc424 commit aaff28b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interpreted/interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ def visit_FunctionDef(self, node: FunctionDef) -> None:
raise InterpreterError(f"{object_type!r} object is not callable")

function = decorator.call(self, [function])

self.scope.set(node.name, function)

def visit_Assign(self, node: Assign) -> None:
Expand Down

0 comments on commit aaff28b

Please sign in to comment.