Skip to content

Commit ea59c11

Browse files
committed
Make python 3.8 happy about types
It went out of support a year ago, so probably should be dropping it from tox.
1 parent 74f8e59 commit ea59c11

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/pytest_load_testing/scheduler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"""Load testing scheduler implementation."""
22

3+
from __future__ import annotations
4+
35
import logging
46
import random
57
import sys

0 commit comments

Comments
 (0)