Skip to content

Commit

Permalink
Moved comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Fleming committed Aug 31, 2024
1 parent bf91f39 commit f174421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipylab/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
*,
Expand All @@ -117,5 +119,3 @@ async def _add_to_shell():
return result

return self.app.to_task(_add_to_shell())

# ============== End temp fix =============

0 comments on commit f174421

Please sign in to comment.