We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f8e59 commit ea59c11Copy full SHA for ea59c11
1 file changed
src/pytest_load_testing/scheduler.py
@@ -1,5 +1,7 @@
1
"""Load testing scheduler implementation."""
2
3
+from __future__ import annotations
4
+
5
import logging
6
import random
7
import sys
0 commit comments