mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-28 08:33:36 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
0795e15a6c
commit
2a10afe217
@ -8,7 +8,6 @@ from dataclasses import dataclass
|
||||
|
||||
@dataclass
|
||||
class Node:
|
||||
|
||||
def __init__(self, data: int) -> None:
|
||||
"""Constructor of Node class
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user