Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Nov 28, 2024
1 parent 8045a23 commit 1ad31db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ndelement/ciarlet.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def degree(self) -> int:
return self._degree

@property
def continuity(self) -> int:
def continuity(self) -> Continuity:
"""Continuity."""
return self._continuity

Expand Down

0 comments on commit 1ad31db

Please sign in to comment.