removed trailing whitespace and formatted import section

This commit is contained in:
mjk22071998 2024-10-01 15:54:37 +05:00
parent 5d98fd74dc
commit 15026d88f8

View File

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