pytest/testing/example_scripts/issue88_initial_file_multin.../test_hello.py

7 lines
91 B
Python

# mypy: allow-untyped-defs
from __future__ import annotations
def test_hello():
pass