isort: Treat tc_aws and thumbor as third-party.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-06-24 21:01:32 -07:00
parent 267cb8999b
commit 78ed602160
2 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[settings]
multi_line_output = 3
known_third_party = netifaces
known_third_party = netifaces, tc_aws, thumbor
include_trailing_comma = True
use_parentheses = True
line_length = 100

View File

@@ -6,11 +6,10 @@ import logging
from typing import Any, Callable
from six.moves import urllib
from tornado.concurrent import return_future
from tc_aws.loaders import s3_loader
from thumbor.context import Context
from thumbor.loaders import LoaderResult, file_loader, https_loader
from tornado.concurrent import return_future
from .helpers import (
THUMBOR_EXTERNAL_TYPE,