Forráskód Böngészése

fix pylint issues

Falko Schindler 1 éve
szülő
commit
3465dc11e3
2 módosított fájl, 1 hozzáadás és 2 törlés
  1. 0 1
      nicegui/native.py
  2. 1 1
      nicegui/ui.py

+ 0 - 1
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
 

+ 1 - 1
nicegui/ui.py

@@ -70,7 +70,7 @@ __all__ = [
     'textarea',
     'time',
     'timeline',
-    'timeline_item',
+    'timeline_entry',
     'toggle',
     'tooltip',
     'tree',