Skip to content

Commit

Permalink
run linting after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
murilo-cunha committed Sep 15, 2023
1 parent 7156820 commit 747475c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion databooks/data_models/cell.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@
from rich.syntax import Syntax
from rich.text import Text

from databooks.data_models._rich import _IMG_INSTALLED, HtmlTable, img2rich, RichHtmlTableError
from databooks.data_models._rich import (
_IMG_INSTALLED,
HtmlTable,
RichHtmlTableError,
img2rich,
)
from databooks.data_models.base import DatabooksBase
from databooks.logging import get_logger

Expand Down

0 comments on commit 747475c

Please sign in to comment.