Skip to content

Commit d41a6ea

Browse files
committed
Removed unused import and organized import order
1 parent 23eeffe commit d41a6ea

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

data_structures/binary_tree/splay_tree.py

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

1212
from __future__ import annotations
13-
from typing import Optional
14-
15-
1613
class Node:
1714
"""A node in the Splay Tree."""
1815

0 commit comments

Comments
 (0)