From 4f5c5bed4deab996dee46f8762f6243b9f13b22c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A9r=C3=A9nice=20Batut?= Date: Tue, 31 Oct 2023 15:03:37 +0100 Subject: [PATCH] Update extract_galaxy_tools.py --- bin/extract_galaxy_tools.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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