Skip to content

Commit

Permalink
fix lintint
Browse files Browse the repository at this point in the history
  • Loading branch information
betolink committed Feb 3, 2024
1 parent b94897e commit 11686dd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions earthaccess/auth.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
import getpass
import importlib.metadata
import logging
import os
from netrc import NetrcParseError
from pathlib import Path
from typing import Any, Dict, List, Optional
from urllib.parse import urlparse


import requests # type: ignore
from tinynetrc import Netrc

from .daac import DAACS

import importlib.metadata

try:
user_agent = f"earthaccess v{importlib.metadata.version('earthacess')}"
except importlib.metadata.PackageNotFoundError:
Expand Down

0 comments on commit 11686dd

Please sign in to comment.