Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
achidlow committed Jul 9, 2024
1 parent c6482f4 commit 19ccebd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/puya/awst_build/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,7 @@ def visit_function(
info = self._process_logic_sig_decorator(logicsig_dec)

def deferred(ctx: ASTConversionModuleContext) -> ModuleStatement:
program = FunctionASTConverter.convert(
ctx,
func_def,
source_location,
)
program = FunctionASTConverter.convert(ctx, func_def, source_location)
return LogicSignature(
module_name=ctx.module_name,
program=program,
Expand Down

0 comments on commit 19ccebd

Please sign in to comment.