Add tests to known first parties in isort config (#279)

This commit is contained in:
Florimond Manca 2019-08-26 22:16:51 +02:00 committed by Seth Michael Larson
parent 3674058ff7
commit 8ea32e647f

View File

@ -10,7 +10,7 @@ ignore_missing_imports = True
combine_as_imports = True
force_grid_wrap = 0
include_trailing_comma = True
known_first_party = httpx
known_first_party = httpx,tests
known_third_party = brotli,certifi,chardet,cryptography,h11,h2,hstspreload,nox,pytest,rfc3986,setuptools,trustme,uvicorn
line_length = 88
multi_line_output = 3