diff --git a/ipylab/widgets.py b/ipylab/widgets.py index 152ff0b..eaa8955 100644 --- a/ipylab/widgets.py +++ b/ipylab/widgets.py @@ -99,6 +99,8 @@ async def _force_refresh(children): return self.app.to_task(_force_refresh(self.children)) + # ============== End temp fix ============= + def add_to_shell( self, *, @@ -117,5 +119,3 @@ async def _add_to_shell(): return result return self.app.to_task(_add_to_shell()) - - # ============== End temp fix =============