X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=exec_utils.py;h=df273352bb793d59f19717c9cb6806134dd5a628;hb=01f7083eeef0330820e0e5d03fb83a3a8bfd2777;hp=061370ff012a543c29f75f32b4996eaee3dbf0f8;hpb=971d4ba141459f78d10d5770b9459d1ead7d49a0;p=python_utils.git 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__)