pytest/testing/example_scripts/perf_examples/collect_stats/template_test.py

7 lines
87 B
Python

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