Update build.py

pull/747/head
devy52 2025-03-24 13:29:38 +05:30 committed by GitHub
parent c9bc3ceb2f
commit 7f747235ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ if TORCH_MAJOR == 1 and TORCH_MINOR < 8:
else:
string_classes = str
from collections import Mapping
from collections.abc import Mapping
from fastreid.config import configurable
from fastreid.utils import comm