Pylint fixes
This commit is contained in:
parent
13e23a868d
commit
94a6675dc4
4 changed files with 4 additions and 3 deletions
|
@ -24,5 +24,5 @@ class CalibreImporter(Importer):
|
|||
super().__init__(*args, **kwargs)
|
||||
|
||||
def get_shelf(self, normalized_row):
|
||||
# Calibre export does not indicate which shelf to use. Go with a default one for now
|
||||
# Calibre export does not indicate which shelf to use. Use a default one for now
|
||||
return Shelf.TO_READ
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue