Skip to content

Commit

Permalink
annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Jun 10, 2024
1 parent 961b19f commit 20e55ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions symfem/elements/hhj.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
https://doi.org/10.1007/s00211-017-0933-3
"""

from __future__ import annotations

import typing

from ..finite_element import CiarletElement
Expand Down
2 changes: 2 additions & 0 deletions symfem/mappings.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Functions to map functions between cells."""

from __future__ import annotations

from typing import Callable

import sympy
Expand Down

0 comments on commit 20e55ec

Please sign in to comment.