From eed3d97458a6f34ca03f9311e717878f1d2612f4 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sat, 15 Jun 2019 09:45:21 +0200 Subject: [PATCH] Fix isort configuration --- .isort.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.isort.cfg b/.isort.cfg index 77bd055..5ab55dc 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -1,3 +1,3 @@ [settings] -known_standard_libary=posixpath +known_standard_library=posixpath known_third_party=gunicorn,passlib,pkg_resources,pytest,pytest_cov,vobject