croissant icon indicating copy to clipboard operation
croissant copied to clipboard

Distinguish between `source.uuid` and `source.target_uuid`

Open marcenacp opened this issue 1 year ago • 0 comments
trafficstars

  • Look for the GitHub issue URL in the code.
  • The typing issue comes from the fact that we use source.uuid (type str) when we actually mean source.target_uuid (type str | None).
  • The refacto would be to change it everywhere.

marcenacp avatar Mar 11 '24 13:03 marcenacp