From 713a86700dd04c0da45a61022ac733544b3b36f0 Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Thu, 5 Jan 2023 11:10:33 -0600 Subject: [PATCH] satisfy flake8 --- pants-plugins/sample_conf/rules_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pants-plugins/sample_conf/rules_test.py b/pants-plugins/sample_conf/rules_test.py index ace7ef4f069..4986e7b9051 100644 --- a/pants-plugins/sample_conf/rules_test.py +++ b/pants-plugins/sample_conf/rules_test.py @@ -13,8 +13,6 @@ # limitations under the License. from __future__ import annotations -import os - import pytest from pants.backend.python import target_types_rules