Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Dec 20, 2024
1 parent c8b70a2 commit fba972b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffcx/codegeneration/integral_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def generate(self, domain: str):

def generate_quadrature_tables(self, domain: str):
"""Generate static tables of quadrature points and weights."""
parts = []
parts: list[L.LNode] = []

# No quadrature tables for custom (given argument) or point
# (evaluation in single vertex)
Expand Down

0 comments on commit fba972b

Please sign in to comment.