kopia lustrzana https://github.com/ihabunek/toot
Remove unused imports
rodzic
d1fe0ca92d
commit
724f27f860
|
@ -1,8 +1,7 @@
|
||||||
import json
|
import json
|
||||||
import time
|
|
||||||
import pytest
|
import pytest
|
||||||
from tests.utils import run_with_retries
|
|
||||||
|
|
||||||
|
from tests.utils import run_with_retries
|
||||||
from toot import api, cli
|
from toot import api, cli
|
||||||
from toot.exceptions import NotFoundError
|
from toot.exceptions import NotFoundError
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@ import sys
|
||||||
import typing as t
|
import typing as t
|
||||||
|
|
||||||
from click.shell_completion import CompletionItem
|
from click.shell_completion import CompletionItem
|
||||||
from click.testing import Result
|
|
||||||
from click.types import StringParamType
|
from click.types import StringParamType
|
||||||
from functools import wraps
|
from functools import wraps
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue