fedspendingtransparency / usaspending-api

Server application to serve U.S. federal spending data via a RESTful API
https://www.usaspending.gov
Creative Commons Zero v1.0 Universal
310 stars 113 forks source link

[DEV-10804] Removed unused imports flagged by flake8 #4049

Closed ayubshahab closed 8 months ago

ayubshahab commented 8 months ago

Removed unused imports flagged by flake8. This ticket has not yet been moved to the current sprint. However, I implemented the changes so travis build could proceed to the unit tests where I can see the spark/unit tests that are failing.

Description: Flake8 tests were not passing in Travis due to a list of unused imports across various files. Those unused imports were removed.

Technical details: The technical details for the knowledge of other developers. Any detailed caveats or specific deployment steps should be outlined here.

Requirements for PR merge:

  1. [x] Unit & integration tests updated
  2. [x] API documentation updated
  3. [x] Necessary PR reviewers:
    • [x] Backend
  4. [x] Appropriate Operations ticket(s) created
  5. [x] Jira Ticket DEV-10804:
    • [x] Link to this Pull-Request

Area for explaining above N/A when needed: