mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-02 20:06:50 +00:00
"Added two blank lines to sorted_linked_list.py"
This commit is contained in:
parent
ea5c1194bc
commit
5be1839fc7
@ -2,6 +2,8 @@ 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user