Skip to content

Commit

Permalink
Merge pull request #39 from paulzierep:linting
Browse files Browse the repository at this point in the history
Linting
  • Loading branch information
paulzierep authored Jan 22, 2024
2 parents a0d89ed + 3b77d47 commit 93fe391
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions bin/extract_galaxy_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@
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 All @@ -36,6 +31,7 @@

GALAXY_TOOL_STATS = {"https://usegalaxy.eu usage": usage_stats_path.joinpath("tool_usage_per_user_2022_23_EU.csv")}


def get_last_url_position(toot_id: str) -> str:
"""
Returns the last url position of the toot_id, if the value is not a
Expand Down

0 comments on commit 93fe391

Please sign in to comment.