Skip to content

Commit 5b4b6ba

Browse files
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent a519952 commit 5b4b6ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/flight.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ def get_flight_kml(self) -> bytes:
514514
) as tmp:
515515
tmp_path = tmp.name
516516
try:
517-
FlightDataExporter(self._flight).export_kml(file_name=tmp_path)
517+
FlightDataExporter(self.flight).export_kml(file_name=tmp_path)
518518
with open(tmp_path, "rb") as fh:
519519
return fh.read()
520520
finally:

0 commit comments

Comments
 (0)