twosixlabs / armory

ARMORY Adversarial Robustness Evaluation Test Bed
MIT License
174 stars 67 forks source link

Resort imports after merge #1970

Closed christopherwoodall closed 1 year ago

christopherwoodall commented 1 year ago

This pull request serves to address both isort errors and E721 errors that surfaced following a recent merge into the develop branch.

Details of Changes:

  1. Resorting Imports: To eliminate isort errors, the imports have been resorted.

  2. Refining Type Checks: The E721 errors were resolved by refining our type checks.

Please review the changes and provide your feedback.