Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Dec 5, 2023
1 parent a8aeb32 commit a653b55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion toot/cli/post.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ def upload(
click.echo(f"Preview URL: {media.preview_url}")



def _get_status_text(text, editor, media):
isatty = sys.stdin.isatty()

Expand Down
2 changes: 1 addition & 1 deletion toot/cli/read.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from toot import api
from toot.entities import Instance, Status, from_dict, Account
from toot.exceptions import ApiError, ConsoleError
from toot.output import print_account, print_instance, print_search_results, print_status, print_tag_list, print_timeline
from toot.output import print_account, print_instance, print_search_results, print_status, print_timeline
from toot.cli.base import cli, json_option, pass_context, Context


Expand Down
3 changes: 2 additions & 1 deletion toot/cli/tui.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from typing import NamedTuple
import click

from toot.cli.base import Context, cli, pass_context
from toot.tui.app import TUI, TuiOptions


@cli.command()
@click.option(
"--relative-datetimes",
Expand Down

0 comments on commit a653b55

Please sign in to comment.