diff --git a/bin/extract_galaxy_tools.py b/bin/extract_galaxy_tools.py index bf9afd79..23dd95a6 100644 --- a/bin/extract_galaxy_tools.py +++ b/bin/extract_galaxy_tools.py @@ -5,7 +5,12 @@ import time import xml.etree.ElementTree as et from pathlib import Path -from typing import List +from typing import ( + Any, + Dict, + List, + Optional, +) import pandas as pd import requests