Skip to content

Commit

Permalink
🐛 flake8 corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjourne committed Oct 20, 2023
1 parent 823a960 commit c2e91a9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/tests/iga/test_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,3 @@ def test_pdf2json():
data = pdf2json(directory)
assert data == {'content': 'Ceci est un texte pdf'}, data



if __name__ == '__main__':
test_odt2json()

0 comments on commit c2e91a9

Please sign in to comment.