Skip to content

Commit

Permalink
fix(indexers): clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nan-wang committed Apr 19, 2020
1 parent 1e3d3b7 commit 8a3fe37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jina/executors/indexers/keyvalue/leveldb.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from typing import Union
from jina.executors.indexers.keyvalue.proto import jina_pb2
from google.protobuf.json_format import Parse
import os


class LeveldbIndexer(BasePbIndexer):
Expand Down

0 comments on commit 8a3fe37

Please sign in to comment.