mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 21:06:16 +00:00
isort: Treat tc_aws and thumbor as third-party.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[settings]
|
[settings]
|
||||||
multi_line_output = 3
|
multi_line_output = 3
|
||||||
known_third_party = netifaces
|
known_third_party = netifaces, tc_aws, thumbor
|
||||||
include_trailing_comma = True
|
include_trailing_comma = True
|
||||||
use_parentheses = True
|
use_parentheses = True
|
||||||
line_length = 100
|
line_length = 100
|
||||||
|
|||||||
@@ -6,11 +6,10 @@ import logging
|
|||||||
from typing import Any, Callable
|
from typing import Any, Callable
|
||||||
|
|
||||||
from six.moves import urllib
|
from six.moves import urllib
|
||||||
from tornado.concurrent import return_future
|
|
||||||
|
|
||||||
from tc_aws.loaders import s3_loader
|
from tc_aws.loaders import s3_loader
|
||||||
from thumbor.context import Context
|
from thumbor.context import Context
|
||||||
from thumbor.loaders import LoaderResult, file_loader, https_loader
|
from thumbor.loaders import LoaderResult, file_loader, https_loader
|
||||||
|
from tornado.concurrent import return_future
|
||||||
|
|
||||||
from .helpers import (
|
from .helpers import (
|
||||||
THUMBOR_EXTERNAL_TYPE,
|
THUMBOR_EXTERNAL_TYPE,
|
||||||
|
|||||||
Reference in New Issue
Block a user