Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirudennis committed Aug 6, 2024
1 parent 82fe31a commit 57e01fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textile/objects/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from textile.regex_strings import (align_re_s, cls_re_s, regex_snippets,
table_span_re_s, valign_re_s, pnct_re_s)
from textile.utils import generate_tag, parse_attributes, pba
from textile.utils import generate_tag, parse_attributes

try:
import regex as re
Expand Down

0 comments on commit 57e01fc

Please sign in to comment.