From d39375b71b453ecb216bfb86dd79f3104a6b4546 Mon Sep 17 00:00:00 2001 From: Stu Hood Date: Tue, 16 Mar 2021 10:42:37 -0700 Subject: [PATCH] Fix stray os import. # Building wheels and fs_util will be skipped. Delete if not intended. [ci skip-build-wheels] --- src/python/pants/engine/internals/native.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/python/pants/engine/internals/native.py b/src/python/pants/engine/internals/native.py index ba621199531..1cf60768e3b 100644 --- a/src/python/pants/engine/internals/native.py +++ b/src/python/pants/engine/internals/native.py @@ -3,7 +3,6 @@ from __future__ import annotations -import os from typing import Dict, Iterable, List, Optional, Tuple, cast from typing_extensions import Protocol