Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mapillary_tools/geo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mapillary_tools/mp4/construct_mp4_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions mapillary_tools/telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down