"Added two blank lines to sorted_linked_list.py"

This commit is contained in:
mjk22071998 2024-10-01 15:58:28 +05:00
parent ea5c1194bc
commit 5be1839fc7

View File

@ -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