Skip to content

Commit df62127

Browse files
committed
fix lint
1 parent 4323d1e commit df62127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sourmash/index/revindex.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ def __init__(self, query, db, threshold_bp, *, allow_insert=False):
583583
self.db = db
584584
self.threshold_bp = threshold_bp
585585
self.allow_insert = allow_insert
586-
self.locations = dict()
586+
self.locations = {}
587587

588588
@property
589589
def scaled(self):

0 commit comments

Comments
 (0)