Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
forrestfwilliams committed Nov 15, 2023
1 parent 64298e2 commit 65eb22e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

import pytest

from isce2_topsapp.__main__ import check_esa_credentials, ensure_earthdata_credentials, esd_threshold_argument, true_false_string_argument
from isce2_topsapp.__main__ import (
check_esa_credentials,
ensure_earthdata_credentials,
esd_threshold_argument,
true_false_string_argument,
)


def test_main_check_earthdata_credentials_prefer_netrc(tmp_path, monkeypatch):
Expand Down

0 comments on commit 65eb22e

Please sign in to comment.