Skip to content

Commit

Permalink
Lint rocksdb.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha committed Mar 22, 2023
1 parent 54dcead commit 2eda612
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion faust/stores/rocksdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,9 @@ def __init__(
else:
self.use_rocksdict = USE_ROCKSDICT

self.rocksdb_options = RocksDBOptions(**self.options, use_rocksdict=self.use_rocksdict)
self.rocksdb_options = RocksDBOptions(
**self.options, use_rocksdict=self.use_rocksdict
)
if key_index_size is None:
key_index_size = app.conf.table_key_index_size
self.key_index_size = key_index_size
Expand Down

0 comments on commit 2eda612

Please sign in to comment.