From 3465dc11e3209083ec31b52a160f4a1bb236f209 Mon Sep 17 00:00:00 2001 From: Falko Schindler Date: Tue, 26 Sep 2023 16:32:26 +0200 Subject: [PATCH] fix pylint issues --- nicegui/native.py | 1 - nicegui/ui.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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',