From eff969d28087063e884f879bb2f3be5b6180d06e Mon Sep 17 00:00:00 2001 From: Max Arnold Date: Mon, 20 May 2024 08:51:38 -0500 Subject: [PATCH] Fix pre-commit --- tests/pytests/integration/runners/test_jobs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytests/integration/runners/test_jobs.py b/tests/pytests/integration/runners/test_jobs.py index 95d3f28d3798..d2cb0d2697f4 100644 --- a/tests/pytests/integration/runners/test_jobs.py +++ b/tests/pytests/integration/runners/test_jobs.py @@ -1,6 +1,7 @@ """ Tests for the salt-run command """ + import os import pytest