Skip to content

Commit

Permalink
fix: unused code check
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Feb 19, 2024
1 parent 14c05ae commit 45e41bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/whitelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,3 +341,5 @@
target_blocks # unused variable (aea/crypto/base.py:435)
from_pipfile_string # unused method (aea/configurations/data_types.py:876)
to_pipfile_string # unused method (aea/configurations/data_types.py:973)
custom # unused function (aea/cli/scaffold.py:157)
custom_loader # unused property (aea/cli/utils/context.py:158)

0 comments on commit 45e41bc

Please sign in to comment.