Skip to content

Commit

Permalink
Merge pull request #204 from SuffolkLITLab/actions/black
Browse files Browse the repository at this point in the history
Format Python code with psf/black push
  • Loading branch information
nonprofittechy authored Nov 13, 2023
2 parents 69b9017 + 24c5504 commit d6fc1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docassemble/ALToolbox/al_income.py
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ def year_make_model(self, separator: str = " / ") -> str:
Args:
separator {str} (Optional) The separator between the year, make and model.
Returns:
A string of the format year/make/model of the vehicle.
"""
Expand Down

0 comments on commit d6fc1c9

Please sign in to comment.