Skip to content

Commit

Permalink
fix: ignore ignore ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jun 6, 2024
1 parent 33f7231 commit 2f0b28a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alexi/annotate.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
from pathlib import Path
from typing import Any

import pypdfium2 as pdfium
import pypdfium2.raw as pdfium_c
import pypdfium2 as pdfium # type: ignore
import pypdfium2.raw as pdfium_c # type: ignore

from alexi.analyse import group_iob
from alexi.convert import Converteur, write_csv
Expand Down

0 comments on commit 2f0b28a

Please sign in to comment.