From 31c81f6539969a5eba864d3305f9fb7bf716a367 Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 2 Feb 2022 12:13:27 -0800 Subject: Used isort to sort imports. Also added to the git pre-commit hook. --- exec_utils.py | 1 - 1 file changed, 1 deletion(-) (limited to 'exec_utils.py') diff --git a/exec_utils.py b/exec_utils.py index 061370f..df27335 100644 --- a/exec_utils.py +++ b/exec_utils.py @@ -9,7 +9,6 @@ import subprocess import sys from typing import List, Optional - logger = logging.getLogger(__file__) -- cgit v1.3