mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-17 03:07:35 +00:00
removed trailing whitespace and formatted import section
This commit is contained in:
parent
5d98fd74dc
commit
15026d88f8
@ -1,8 +1,7 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Optional
|
||||
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