mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 08:44:15 +02:00
refactoring: removing unneeded line
This commit is contained in:
@@ -235,7 +235,6 @@ class FormComponent(ViewComponent):
|
|||||||
return comp
|
return comp
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class FileChooserComponent(ViewComponent):
|
class FileChooserComponent(ViewComponent):
|
||||||
|
|
||||||
def __init__(self, allowed_extensions: Optional[Set[str]] = None, label: Optional[str] = None, tooltip: Optional[str] = None,
|
def __init__(self, allowed_extensions: Optional[Set[str]] = None, label: Optional[str] = None, tooltip: Optional[str] = None,
|
||||||
|
|||||||
Reference in New Issue
Block a user