Skip to content

Add Pyre type checker error suppressions#808

Merged
nickplesha merged 1 commit intomapillary:mainfrom
YaroslavHavrylovych:add-pyre-type-error-suppressions
Feb 13, 2026
Merged

Add Pyre type checker error suppressions#808
nickplesha merged 1 commit intomapillary:mainfrom
YaroslavHavrylovych:add-pyre-type-error-suppressions

Conversation

@YaroslavHavrylovych
Copy link
Contributor

Add missing Pyre error code suppressions to three files so they pass Pyre type checking without manual modifications:

  • construct_mp4_parser.py: suppress error [6] (incompatible parameter type) from recursive SwitchMapType type alias usage
  • geo.py: suppress error [16] (undefined attribute) from .sort() on Sequence type in Interpolator.init
  • telemetry.py: suppress error [16] (undefined attribute) from MRO resolution of super().interpolate_with() with multiple inheritance

Comment-only changes, no functional code modifications.

Add missing Pyre error code suppressions to three files so they pass
Pyre type checking without manual modifications:

- construct_mp4_parser.py: suppress error [6] (incompatible parameter
  type) from recursive SwitchMapType type alias usage
- geo.py: suppress error [16] (undefined attribute) from .sort() on
  Sequence type in Interpolator.__init__
- telemetry.py: suppress error [16] (undefined attribute) from MRO
  resolution of super().interpolate_with() with multiple inheritance

Comment-only changes, no functional code modifications.
@meta-cla meta-cla bot added the cla signed label Feb 12, 2026
@nickplesha nickplesha merged commit d98fdd1 into mapillary:main Feb 13, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants