From bf2d68bddc634c9347658398af180099a58a3490 Mon Sep 17 00:00:00 2001 From: erik Date: Tue, 18 Jul 2023 11:33:44 +0200 Subject: [PATCH] Linting --- src/main/python/ddadevops/infrastructure/infrastructure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/python/ddadevops/infrastructure/infrastructure.py b/src/main/python/ddadevops/infrastructure/infrastructure.py index fa47751..3459d6e 100644 --- a/src/main/python/ddadevops/infrastructure/infrastructure.py +++ b/src/main/python/ddadevops/infrastructure/infrastructure.py @@ -1,4 +1,4 @@ -from subprocess import Popen, STDOUT, PIPE, run, CalledProcessError +from subprocess import Popen, PIPE, run, CalledProcessError from pathlib import Path from sys import stdout from os import chmod, environ