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