diff --git a/nicegui/native.py b/nicegui/native.py index c40d68caa..2421b6d01 100644 --- a/nicegui/native.py +++ b/nicegui/native.py @@ -1,7 +1,6 @@ import inspect import warnings from dataclasses import dataclass, field -from functools import partial from multiprocessing import Queue from typing import Any, Callable, Dict, Optional, Tuple diff --git a/nicegui/ui.py b/nicegui/ui.py index fed674758..d9ae9eafd 100644 --- a/nicegui/ui.py +++ b/nicegui/ui.py @@ -70,7 +70,7 @@ 'textarea', 'time', 'timeline', - 'timeline_item', + 'timeline_entry', 'toggle', 'tooltip', 'tree',