Skip to content

Commit

Permalink
import some type annotations to the generated bmi
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Jan 9, 2024
1 parent d34409b commit ade3dad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bmipy/_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ def render(self) -> str:
prefix = f"""\
from __future__ import annotations
from typing import Any
import numpy as np
from numpy.typing import NDArray
from bmipy.bmi import Bmi
Expand Down

0 comments on commit ade3dad

Please sign in to comment.