Skip to content

Commit

Permalink
Ruff check fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed May 7, 2024
1 parent 6f86cc9 commit c29b682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffcx/codegeneration/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# SPDX-License-Identifier: LGPL-3.0-or-later
"""Utilities."""

import typing
import sys
import typing

import numpy as np
import numpy.typing as npt
Expand Down

0 comments on commit c29b682

Please sign in to comment.