Skip to content
Snippets Groups Projects
Commit f3ca28ea authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

isort

parent b2864fd8
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
from concurrent.futures import ThreadPoolExecutor
import re
from concurrent.futures import ThreadPoolExecutor
from pathlib import Path
from bibtexparser import load, loads
from requests import get
from requests_futures.sessions import FuturesSession
HAL_RE = [
(re.compile(r'(hal|tel|inria|lirmm)-\d{8}?', re.I),
lambda g: g),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment