Skip to content

Commit

Permalink
lns: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Feb 6, 2024
1 parent 1ba289a commit 12f5178
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
import click

from ..api import (
get_api_url,
get_backoffice_latest_pids,
get_results_from_pids,
send_channel_request,
)
from ..utils import create_channel_message, get_api_url
from ..utils import create_channel_message


@click.command()
Expand Down

0 comments on commit 12f5178

Please sign in to comment.