From 3d2fdc361270911ed43d3e0016e3eda25ac4e2ae Mon Sep 17 00:00:00 2001 From: Shiny Brar Date: Fri, 25 Oct 2024 13:05:59 -0700 Subject: [PATCH] style(lint): docs --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index ad87311..59f4471 100644 --- a/docs/index.md +++ b/docs/index.md @@ -21,6 +21,7 @@ **:boom: Destroy Sessions without `ids`** ```python from skaha.session import Session + session = Session() session.destroy_with(prefix="test", kind="headless", status="Running") session.destroy_with(prefix="test", kind="headless", status="Pending")