Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Remove misplaced E501 exception in src/api/controllers/customers_cont…
Browse files Browse the repository at this point in the history
…roller.py

Co-authored-by: dav3r <david.redmin@trio.dhs.gov>
  • Loading branch information
nickviola and dav3r committed Jul 27, 2022
1 parent 2a60ef8 commit 3226efe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/api/controllers/customers_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
def create_customer(body=None): # noqa: E501
"""Add a new customer to the data store.
# noqa: E501
:param body: Customer object to be added to data store
:type body: dict | bytes
Expand Down

0 comments on commit 3226efe

Please sign in to comment.