Skip to content

Commit

Permalink
fix: linters
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoreira-valory committed Oct 9, 2023
1 parent 5b3384b commit 494128a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

from aea.configurations.constants import PACKAGES

from packages.valory.skills.hello_world_abci import rounds
from packages.valory.skills.reset_pause import rounds # type: ignore

from tests.conftest import ROOT_DIR
from tests.test_autonomy.test_cli.base import BaseCliTest
Expand All @@ -38,7 +38,7 @@ class TestDocstrings(BaseCliTest):

rounds_file_original: Path
rounds_file_temp: Path
skill_name: str = "hello_world_abci"
skill_name: str = "reset_pause"
cli_options: Tuple[str, ...] = ("analyse", "docstrings")
rounds_file = Path(PACKAGES, "valory", "skills", skill_name, "rounds.py")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
docstring_abci_app,
)

from packages.valory.skills.reset_pause.rounds import ResetPauseAbciApp
from packages.valory.skills.reset_pause.rounds import ResetPauseAbciApp # type: ignore


def test_docstring_abci_app() -> None:
Expand Down

0 comments on commit 494128a

Please sign in to comment.