mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 04:06:59 +00:00
this series applies fixes to make the test more PEP8 compliant. the goal is to improve the readability and maintainability. Closes scylladb/scylladb#15946 * github.com:scylladb/scylladb: test/object_store: wrap line which is too long test/object_store: use pattern matching to capture variable in loop test/object_store: remove space after and before '{' and '}' test/object_store: add an empty line before nested function definition test/object_store: use two empty lines in-between global functions