Skip to content

Commit

Permalink
tests: flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Dec 22, 2023
1 parent ee58f39 commit df16def
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@

import pytest

pytest.importorskip("click")
from helper_methods import retrieve_data

from chipstream.cli import cli_main

from helper_methods import retrieve_data
pytest.importorskip("click")

from chipstream.cli import cli_main # noqa: E402


def test_cli_set_pixel_size(cli_runner):
Expand Down

0 comments on commit df16def

Please sign in to comment.