Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMinarsch committed Sep 4, 2022
1 parent 426e7ad commit 35b9f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aea/cli/generate_all_protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
from aea.common import JSONLike
from aea.configurations.base import ComponentType, ProtocolConfig
from aea.configurations.constants import (
AEA_TEST_DIRNAME,
DEFAULT_PROTOCOL_CONFIG_FILE,
DEFAULT_README_FILE,
PROTOCOLS,
AEA_TEST_DIRNAME,
)
from aea.configurations.data_types import PackageId, PublicId
from aea.configurations.loader import ConfigLoaders, load_component_configuration
Expand Down

0 comments on commit 35b9f1c

Please sign in to comment.