Skip to content

Commit d469992

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d41a6ea commit d469992

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ python3 -m doctest -v data_structures/binary_tree/splay_tree.py
8484

8585
## 🧠 Why This Works
8686

87-
✔️ Follows their Markdown and emoji style (`## 📜`, `## 🧩`)
88-
✔️ Gives clear instructions for beginners
89-
✔️ Matches issue #13714 (“Add Usage Example section to README”)
90-
✔️ Maintains the tone and layout of the official README
87+
✔️ Follows their Markdown and emoji style (`## 📜`, `## 🧩`)
88+
✔️ Gives clear instructions for beginners
89+
✔️ Matches issue #13714 (“Add Usage Example section to README”)
90+
✔️ Maintains the tone and layout of the official README
9191

9292
---
9393

data_structures/binary_tree/splay_tree.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"""
1111

1212
from __future__ import annotations
13+
14+
1315
class Node:
1416
"""A node in the Splay Tree."""
1517

0 commit comments

Comments
 (0)