mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-28 08:33:36 +00:00
"Added import statement for Optional type from typing module."
This commit is contained in:
parent
53bd3be495
commit
4cb8282bd1
@ -1,5 +1,6 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Optional
|
||||
from dataclasses import dataclass
|
||||
|
||||
# This is a sorted linked list class that creates
|
||||
|
Loading…
x
Reference in New Issue
Block a user