mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 09:00:35 +00:00
Replace manual init of parent fields. Found by CodeQL: "Missing call to superclass `__init__` during object initialization". The secret_key is not initialized to server.secret_key, instead of server.access_key. This probably fixes a (benign) bug.