From 05e213a13418cfe38b7b675ba226ca651dc8081e Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Mon, 28 Oct 2019 13:30:20 +0100 Subject: [PATCH] Add sympy to known_third_party --- .isort.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/.isort.cfg b/.isort.cfg index cbdece3..bfe0684 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -2,3 +2,4 @@ line_length=100 balanced_wrapping=True multi_line_output=4 +known_third_party=sympy -- GitLab