Skip to content

Commit

Permalink
upgrade pyre version in fbcode/mapillary - batch 1
Browse files Browse the repository at this point in the history
Differential Revision: D51900922

fbshipit-source-id: 4d2baa2ad4b8555fbe1ef33e2ebaedb64bdcac4b
  • Loading branch information
generatedunixname89002005307016 authored and facebook-github-bot committed Dec 7, 2023
1 parent 98939bf commit 925d7ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opensfm/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def __init__(self, data: DataSet) -> None:
self.stats = self._read_stats_file("stats.json")

def save_report(self, filename: str) -> None:
# pyre-fixme[28]: Unexpected keyword argument `dest`.
bytestring = self.pdf.output(dest="S")
if isinstance(bytestring, str):
bytestring = bytestring.encode("utf8")
Expand Down

0 comments on commit 925d7ff

Please sign in to comment.