Skip to content

Commit

Permalink
Add linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Jul 4, 2023
1 parent 1b6c71e commit d7a7a9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion firedrake/assemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def assemble(expr, *args, **kwargs):
else:
raise TypeError(f"Unable to assemble: {expr}")


@PETSc.Log.EventDecorator()
def allocate_matrix(expr, bcs=None, *, mat_type=None, sub_mat_type=None,
appctx=None, form_compiler_parameters=None, options_prefix=None):
Expand Down

0 comments on commit d7a7a9d

Please sign in to comment.