Skip to content

Commit

Permalink
style(lint): docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Oct 25, 2024
1 parent 86c4f51 commit 3d2fdc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 3d2fdc3

Please sign in to comment.