Skip to content

Commit

Permalink
Update autoCORPus.py
Browse files Browse the repository at this point in the history
cleaned imports
  • Loading branch information
Thomas-Rowlands committed Oct 24, 2024
1 parent cf4a250 commit 4201f05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/autoCORPus.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import argparse
import json
import os
import sys
from pathlib import Path

from bioc import BioCFileType, dumps, loads, biocxml, biocjson
from bioc import biocxml, biocjson
from bs4 import BeautifulSoup

from src.abbreviation import abbreviations
Expand Down

0 comments on commit 4201f05

Please sign in to comment.