Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
markj0hnst0n committed Jul 3, 2024
1 parent 4a49311 commit b1aa29e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -13,7 +13,7 @@
LicenceActionEnum,
LicenceTypeEnum,
UnitMapping,
LegacyUnitCodeMapping
LegacyUnitCodeMapping,
)
from mail.libraries import chiefprotocol, chieftypes
from mail.libraries.edifact_validator import (
Expand Down
1 change: 1 addition & 0 deletions mail/tests/test_enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ def test_serializer_choices_old(self):
expected = ["MIM", "MCM", "MIR", "MCR"]

self.assertEqual(choices, expected)

0 comments on commit b1aa29e

Please sign in to comment.