Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unused import
* Remove useless return
  • Loading branch information
tdemin committed Apr 14, 2019
1 parent c07f570 commit bfe74a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scarlet_export/notable.py
@@ -1,5 +1,4 @@
from time import gmtime, strftime
from json import loads
from pathlib import Path

def exportNotes(notesList, outputDir):
Expand Down Expand Up @@ -54,4 +53,3 @@ def exportNotes(notesList, outputDir):
# dump the note text as well, contained in another
# JSON-formatted string
output.write(note.content)
return

0 comments on commit bfe74a4

Please sign in to comment.