Skip to content

Commit

Permalink
isort (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep authored Jan 22, 2024
1 parent 93fe391 commit 30cf87f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bin/extract_galaxy_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
import xml.etree.ElementTree as et
from functools import lru_cache
from pathlib import Path
from typing import Any, Dict, List, Optional
from typing import (
Any,
Dict,
List,
Optional,
)

import pandas as pd
import requests
Expand Down

0 comments on commit 30cf87f

Please sign in to comment.