mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-08 06:45:54 +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
|
||||
|
||||
@ -367,4 +366,4 @@ if __name__ == "__main__":
|
||||
elif choice == "4":
|
||||
break
|
||||
else:
|
||||
print("Wrong input")
|
||||
print("Wrong input")
|
Loading…
x
Reference in New Issue
Block a user