Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

allow buck to be built at newer version of Python #2740

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion third-party/py/pathlib/pathlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import re
import sys
import time
from collections import Sequence
from collections.abc import Sequence
from contextlib import contextmanager
from errno import EINVAL, ENOENT
from operator import attrgetter
Expand Down