Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmygithubaccount committed Feb 13, 2024
1 parent 7aee8f0 commit 45fb927
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/ibis_birdbrain/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ def __init__(
)
self.messages.append(m)


def __call__(
self,
text: str = "Who are you and what can you do?",
Expand Down
3 changes: 1 addition & 2 deletions src/ibis_birdbrain/commands/ipy.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ def ipy_run(interactive=False):
# config
ibis.options.interactive = True
ibis.options.repr.interactive.max_rows = 20
ibis.options.repr.interactive.max_columns = None\

ibis.options.repr.interactive.max_columns = None
# start IPython
IPython.embed(colors="neutral")

0 comments on commit 45fb927

Please sign in to comment.