Skip to content

Commit

Permalink
Missing from __future__ import annotations (#2808)
Browse files Browse the repository at this point in the history
prevents failure to import in Python 3.8

Co-authored-by: Garth N. Wells <[email protected]>
  • Loading branch information
2 people authored and jhale committed Oct 10, 2023
1 parent b870efd commit 9fea268
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/dolfinx/mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# SPDX-License-Identifier: LGPL-3.0-or-later
"""Creation, refining and marking of meshes"""

from __future__ import annotations


import typing

Expand Down

0 comments on commit 9fea268

Please sign in to comment.