Skip to content

Commit

Permalink
Fix stray os import.
Browse files Browse the repository at this point in the history
# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
  • Loading branch information
stuhood committed Mar 16, 2021
1 parent ae16aff commit d39375b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python/pants/engine/internals/native.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

from __future__ import annotations

import os
from typing import Dict, Iterable, List, Optional, Tuple, cast

from typing_extensions import Protocol
Expand Down

0 comments on commit d39375b

Please sign in to comment.