Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Priyadarshi <[email protected]>
  • Loading branch information
keshav-space committed Feb 29, 2024
1 parent 64fcbf0 commit d3d759e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/fetchcode/package_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,15 @@
import dataclasses
import logging
import os
import re
import time
import traceback
import xml.etree.ElementTree as ET
from datetime import datetime
from typing import Iterable
from typing import Optional
from urllib.parse import urlparse

import htmllistparse
import requests
import yaml
from commoncode.version import hint
from dateutil import parser as dateparser
from packageurl import PackageURL
from packageurl.contrib.route import NoRouteAvailable
Expand Down

0 comments on commit d3d759e

Please sign in to comment.