diff options
Diffstat (limited to 'mesonbuild/templates/fortrantemplates.py')
| -rw-r--r-- | mesonbuild/templates/fortrantemplates.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mesonbuild/templates/fortrantemplates.py b/mesonbuild/templates/fortrantemplates.py index 8fc1bca35..00cd50970 100644 --- a/mesonbuild/templates/fortrantemplates.py +++ b/mesonbuild/templates/fortrantemplates.py @@ -11,6 +11,8 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +from __future__ import annotations + from mesonbuild.templates.sampleimpl import SampleImpl import re |
