Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
markj0hnst0n committed Jul 4, 2024
1 parent 94fc95c commit b438143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail/libraries/lite_to_edifact_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def generate_lines_for_licence(licence: LicencePayload) -> Iterable[chieftypes._

if qunit == UnitMapping.NAR:
quantity = int(quantity)

yield chieftypes.LicenceDataLine(
line_num=g,
goods_description=commodity.get("name"),
Expand Down

0 comments on commit b438143

Please sign in to comment.