Skip to content

Commit

Permalink
remove extra return
Browse files Browse the repository at this point in the history
  • Loading branch information
smathermather committed Aug 16, 2024
1 parent 8c8ad33 commit 212c928
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opendm/gcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def parse_entry(self, entry):
parts = entry.split()
x, y, z, px, py, filename = parts[:6]
extras = " ".join(parts[6:])

return GCPEntry(float(x), float(y), float(z), float(px), float(py), filename, extras)

def get_entry(self, n):
Expand Down

0 comments on commit 212c928

Please sign in to comment.