isort: Add modules that isort will no longer detect as third party.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2020-06-24 23:31:05 -07:00 committed by Tim Abbott
parent 6363c49e3f
commit ee39f697ee
1 changed files with 1 additions and 1 deletions

View File

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