Skip to content

Commit

Permalink
fix: type annotation (#149)
Browse files Browse the repository at this point in the history
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
  • Loading branch information
nstarman authored Aug 12, 2024
1 parent bf4b7f8 commit 54c040b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coordinax/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def constructor(
# ===============================================================
# Quax

def materialise(self) -> None:
def materialise(self) -> NoReturn:
msg = "Refusing to materialise `Quantity`."
raise RuntimeError(msg)

Expand Down

0 comments on commit 54c040b

Please sign in to comment.