mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-04 04:46:50 +00:00
Remove unnecessary import and comments from sorted_linked_list.py
This commit is contained in:
parent
9e92e1e825
commit
26b7912d0e
@ -1,11 +1,6 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from dataclasses import dataclass
|
||||
from typing import Optional
|
||||
|
||||
|
||||
# This is a sorted linked list class that creates
|
||||
# a sorted linked list of integer datatype
|
||||
|
||||
|
||||
@dataclass
|
||||
|
Loading…
x
Reference in New Issue
Block a user