Validate pathtexts and shields without lines #23

Merged
root merged 1 commit from pastk-validate-lines into master 2023-09-16 22:55:51 +00:00
Owner
No description provided.
vng (Migrated from github.com) approved these changes 2023-09-16 20:30:19 +00:00
vng (Migrated from github.com) left a comment

Does python have some kind of min algorithm instead of sorted(xxx)[0] ?

Does python have some kind of min algorithm instead of sorted(xxx)[0] ?
Author
Owner

Does python have some kind of min algorithm instead of sorted(xxx)[0] ?

Right, changed it to min(zooms) 😊

> Does python have some kind of min algorithm instead of sorted(xxx)[0] ? Right, changed it to `min(zooms)` 😊
vng (Migrated from github.com) reviewed 2023-09-16 22:40:51 +00:00
vng (Migrated from github.com) commented 2023-09-16 22:40:51 +00:00

min(zooms)?

min(zooms)?
pastk reviewed 2023-09-16 22:50:31 +00:00
Author
Owner

fixed, thanks for noticing!

fixed, thanks for noticing!
vng (Migrated from github.com) approved these changes 2023-09-16 22:55:46 +00:00
Sign in to join this conversation.
No description provided.