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

Commit

Permalink
Fix capitalization typo in src/api/encoder.py
Browse files Browse the repository at this point in the history
Co-authored-by: dav3r <david.redmin@trio.dhs.gov>
  • Loading branch information
nickviola and dav3r committed Jul 27, 2022
1 parent 3226efe commit c696285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/encoder.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Encoding Utility Logic."""
"""Encoding utility logic."""

# Third-Party Libraries
from connexion.apps.flask_app import FlaskJSONEncoder # type: ignore
Expand Down

0 comments on commit c696285

Please sign in to comment.