Skip to content

Commit

Permalink
Format black
Browse files Browse the repository at this point in the history
  • Loading branch information
pyiron-runner committed Feb 6, 2024
1 parent b8111e4 commit 8a98aa8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions pyiron_gui/project/project_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down Expand Up @@ -607,7 +606,6 @@ def _select_node(self, node):


class ProjectBrowser(HasGroupBrowserWithOutput):

"""
Project Browser Widget
Expand Down
1 change: 0 additions & 1 deletion pyiron_gui/wrapper/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=""):
Expand Down

0 comments on commit 8a98aa8

Please sign in to comment.