mirror of
https://github.com/ihabunek/toot
synced 2024-12-22 23:08:17 +01:00
Fix formatting
This commit is contained in:
parent
a8aeb32e18
commit
a653b557b4
@ -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()
|
||||
|
||||
|
@ -7,7 +7,7 @@ from typing import Optional
|
||||
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
|
||||
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user