Skip to content

Commit

Permalink
fix pylint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Sep 26, 2023
1 parent cd6246c commit 3465dc1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion nicegui/native.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion nicegui/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
'textarea',
'time',
'timeline',
'timeline_item',
'timeline_entry',
'toggle',
'tooltip',
'tree',
Expand Down

0 comments on commit 3465dc1

Please sign in to comment.