mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-01 03:16:51 +03:00
Replace tuples with named tuples #577
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joshuaboniface on GitHub (Apr 8, 2019).
As mentioned in #1209, we should go through and replace all unnamed tuples with named tuples for better readability.
@cvium commented on GitHub (Apr 8, 2021):
Sounds nice but it's not a bug