diff --git a/mapillary_tools/geo.py b/mapillary_tools/geo.py index 1ff3673a..32a5142d 100644 --- a/mapillary_tools/geo.py +++ b/mapillary_tools/geo.py @@ -3,7 +3,7 @@ # This source code is licensed under the BSD license found in the # LICENSE file in the root directory of this source tree. -# pyre-ignore-all-errors[4] +# pyre-ignore-all-errors[4, 16] from __future__ import annotations import bisect diff --git a/mapillary_tools/mp4/construct_mp4_parser.py b/mapillary_tools/mp4/construct_mp4_parser.py index edf2c412..ffd66e67 100644 --- a/mapillary_tools/mp4/construct_mp4_parser.py +++ b/mapillary_tools/mp4/construct_mp4_parser.py @@ -3,7 +3,7 @@ # This source code is licensed under the BSD license found in the # LICENSE file in the root directory of this source tree. -# pyre-ignore-all-errors[5, 16, 21, 58] +# pyre-ignore-all-errors[5, 6, 16, 21, 58] from __future__ import annotations import typing as T diff --git a/mapillary_tools/telemetry.py b/mapillary_tools/telemetry.py index 7394b297..5c581e19 100644 --- a/mapillary_tools/telemetry.py +++ b/mapillary_tools/telemetry.py @@ -3,6 +3,7 @@ # This source code is licensed under the BSD license found in the # LICENSE file in the root directory of this source tree. +# pyre-ignore-all-errors[16] from __future__ import annotations import dataclasses