Skip to content

Commit

Permalink
Fix for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
teobucci committed Mar 21, 2024
1 parent e76bb58 commit fcc44ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_hawk.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

import pytest

from click.testing import CliRunner
from click.testing import CliRunner # noqa: F401

import hawk
from hawk import cli
import hawk # noqa: F401
from hawk import cli # noqa: F401


@pytest.fixture
Expand Down

0 comments on commit fcc44ab

Please sign in to comment.