From aa845e20842ecf93f7e69b03097dbc6508a70fc8 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Tue, 10 Feb 2026 22:19:05 -0500 Subject: refactor: remove lines --- scenarios/base.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scenarios/base.py b/scenarios/base.py index acaf4de..f15a82f 100644 --- a/scenarios/base.py +++ b/scenarios/base.py @@ -1,10 +1,9 @@ #!/usr/bin/env python3 -# ---------------------------------------------------------- + # scenarios/base.py - base scenario class -# ---------------------------------------------------------- + # inherit from BaseScenario and override the `run()` method # to define your own load test behavior. that's it. -# ---------------------------------------------------------- import logging import time -- cgit v1.2.3