From 302ff728c0a7cc1674d2f15d5507d500ce9aa72c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 21 Oct 2021 14:05:39 -0700 Subject: pipfile: add missing isort dev dependency --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index 5795844..cf666f7 100644 --- a/Pipfile +++ b/Pipfile @@ -16,6 +16,7 @@ pytest = "*" pytest-cov = "*" typing_extensions = "*" yapf = "*" +isort = "*" [requires] python_version = "3.8" -- cgit v1.2.3