fix a typo

This commit is contained in:
krahets
2023-10-11 17:39:56 +08:00
parent 227bd66223
commit da5ef293d9
6 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
# https://peps.python.org/pep-0585/
from __future__ import annotations
# Import common libs here to simplify the codes by `from module import *`
# Import common libs here to simplify the code by `from module import *`
from .list_node import (
ListNode,
list_to_linked_list,