summaryrefslogtreecommitdiff
path: root/subplot.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-06-01 19:36:05 +0300
committerLars Wirzenius <liw@liw.fi>2023-06-01 19:42:55 +0300
commit9463fe863135b1665424aeb212a1130fde4491f3 (patch)
treee7c6864c17b07c594c1f31de6c5154a87025e83b /subplot.py
parent5f9bd0cd386f08389f502317d33bf79f44ca180f (diff)
downloadsubplot-9463fe863135b1665424aeb212a1130fde4491f3.tar.gz
chore: drop now-unused step for sleeping for a second
This was always a kludge, and we no longer use it anywhere, so offski with it. May it never return! Nac Mac Feegle! The Wee Free Men! Nae sleep! Nae wait! We willna' be slowed again! Sponsored-by: author
Diffstat (limited to 'subplot.py')
-rw-r--r--subplot.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/subplot.py b/subplot.py
index 8533b45..e1ec3de 100644
--- a/subplot.py
+++ b/subplot.py
@@ -1,7 +1,6 @@
import json
import os
import shutil
-import time
# A shell script to run the subplot binary from the source directory's Rust
@@ -113,7 +112,3 @@ def binary(basename):
def do_nothing(ctx):
pass
-
-
-def sleep_seconds(ctx, delay="1"):
- time.sleep(int(delay))