From 8a98aa854c129b1a1130e6c49aa299dc14680ae0 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Tue, 6 Feb 2024 05:16:04 +0000 Subject: [PATCH] Format black --- pyiron_gui/project/project_browser.py | 2 -- pyiron_gui/wrapper/wrapper.py | 1 - 2 files changed, 3 deletions(-) diff --git a/pyiron_gui/project/project_browser.py b/pyiron_gui/project/project_browser.py index 2ea5beff..b908061f 100644 --- a/pyiron_gui/project/project_browser.py +++ b/pyiron_gui/project/project_browser.py @@ -34,7 +34,6 @@ class DisplayOutputGUI: - """Display various kind of data in an appealing way using a ipywidgets.Output inside an ipywidgets.Vbox The behavior is very similar to standard ipywidgets.Output except one has to pass cls.box to get a display. """ @@ -607,7 +606,6 @@ def _select_node(self, node): class ProjectBrowser(HasGroupBrowserWithOutput): - """ Project Browser Widget diff --git a/pyiron_gui/wrapper/wrapper.py b/pyiron_gui/wrapper/wrapper.py index 989c7450..c466337d 100644 --- a/pyiron_gui/wrapper/wrapper.py +++ b/pyiron_gui/wrapper/wrapper.py @@ -39,7 +39,6 @@ def _(py_obj: Murnaghan, project, rel_path=""): class BaseWrapper(HasGroups): - """Simple wrapper for pyiron objects which extends for basic pyiron functionality (list_nodes ...)""" def __init__(self, pyi_obj, project, rel_path=""):