diff options
Diffstat (limited to 'mesonbuild/templates/sampleimpl.py')
-rw-r--r-- | mesonbuild/templates/sampleimpl.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/templates/sampleimpl.py b/mesonbuild/templates/sampleimpl.py index 2d1498b..9702ae8 100644 --- a/mesonbuild/templates/sampleimpl.py +++ b/mesonbuild/templates/sampleimpl.py @@ -11,6 +11,7 @@ # 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 class SampleImpl: |