From d228c3ff626b83514ece17963aac66f900556c9f Mon Sep 17 00:00:00 2001 From: checktheroads Date: Fri, 14 Feb 2020 16:18:39 -0700 Subject: [PATCH] add inquirer to known third party --- .isort.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.isort.cfg b/.isort.cfg index e83da8f..28f4ec7 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -10,4 +10,4 @@ force_single_line = False import_heading_stdlib = Standard Library import_heading_thirdparty = Third Party import_heading_firstparty = Project -known_third_party = starlette,fastapi \ No newline at end of file +known_third_party = starlette,fastapi,inquirer \ No newline at end of file