aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj_sh6042026-02-10 22:19:05 -0500
committerkj_sh6042026-02-10 22:19:05 -0500
commitaa845e20842ecf93f7e69b03097dbc6508a70fc8 (patch)
treeb70ee6466cb0213446b02fe0d11d2936e31fd087
parent6e28a8e2411a60d41a9fc6e1c56b9b9f3fbc7d02 (diff)
refactor: remove lines
-rw-r--r--scenarios/base.py5
1 files 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