Skip to content

Commit

Permalink
chore: linters
Browse files Browse the repository at this point in the history
  • Loading branch information
Karrenbelt committed Sep 19, 2022
1 parent 51460f3 commit ee96c28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions tests/test_cli/test_scaffold/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# ------------------------------------------------------------------------------
#
# Copyright 2022 Valory AG
# Copyright 2018-2019 Fetch.AI Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
5 changes: 2 additions & 3 deletions tests/test_cli/test_scaffold/test_protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
#
# ------------------------------------------------------------------------------
"""This test module contains the tests for the `aea scaffold protocol` sub-command."""
import filecmp

import json
import logging
import os
import shutil
import tempfile
Expand All @@ -37,7 +36,6 @@
from aea.configurations.base import DEFAULT_PROTOCOL_CONFIG_FILE
from aea.configurations.loader import make_jsonschema_base_uri

from tests.test_cli.test_scaffold import files_outside_copyright_are_identical
from tests.conftest import (
AUTHOR,
CLI_LOG_OPTION,
Expand All @@ -46,6 +44,7 @@
PROTOCOL_CONFIGURATION_SCHEMA,
ROOT_DIR,
)
from tests.test_cli.test_scaffold import files_outside_copyright_are_identical


class TestScaffoldProtocol:
Expand Down
3 changes: 1 addition & 2 deletions tests/test_cli/test_scaffold/test_skills.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

"""This test module contains the tests for the `aea scaffold skill` sub-command."""

import filecmp
import json
import os
import re
Expand All @@ -38,7 +37,6 @@
from aea.configurations.base import DEFAULT_SKILL_CONFIG_FILE, DEFAULT_VERSION
from aea.configurations.loader import make_jsonschema_base_uri

from tests.test_cli.test_scaffold import files_outside_copyright_are_identical
from tests.conftest import (
AUTHOR,
CLI_LOG_OPTION,
Expand All @@ -47,6 +45,7 @@
ROOT_DIR,
SKILL_CONFIGURATION_SCHEMA,
)
from tests.test_cli.test_scaffold import files_outside_copyright_are_identical


class TestScaffoldSkill:
Expand Down

0 comments on commit ee96c28

Please sign in to comment.