Skip to content

Commit 2eda612

Browse files
committed
Lint rocksdb.py
1 parent 54dcead commit 2eda612

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

faust/stores/rocksdb.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,9 @@ def __init__(
247247
else:
248248
self.use_rocksdict = USE_ROCKSDICT
249249

250-
self.rocksdb_options = RocksDBOptions(**self.options, use_rocksdict=self.use_rocksdict)
250+
self.rocksdb_options = RocksDBOptions(
251+
**self.options, use_rocksdict=self.use_rocksdict
252+
)
251253
if key_index_size is None:
252254
key_index_size = app.conf.table_key_index_size
253255
self.key_index_size = key_index_size

0 commit comments

Comments
 (0)