Skip to content

Commit

Permalink
Rich wraps long lines breaking Markdown tables
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Feb 28, 2024
1 parent d5ad9a6 commit 407820d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions issues_by_dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
import requests # pip install requests
from ghapi.all import GhApi, paged # pip install ghapi
from prettytable import MARKDOWN, PrettyTable # pip install prettytable
from rich import print # pip install rich
from rich.progress import track
from rich.progress import track # pip install rich

Issue: TypeAlias = dict[str, Any]

Expand Down

0 comments on commit 407820d

Please sign in to comment.