Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
KuotenoAshiato committed Jan 3, 2025
1 parent 33238d4 commit 1e61748
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions custom_components/mail_and_packages/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,18 +224,18 @@
},
# UPS
"ups_delivered": {
"email": ["[email protected]","[email protected]"],
"email": ["[email protected]", "[email protected]"],
"subject": [
"Your UPS Package was delivered",
"Your UPS Packages were delivered",
"Your UPS Parcel was delivered",
"Your UPS Parcels were delivered",
"Votre colis UPS a été livré",
"Paket wurde zugestellt"
"Paket wurde zugestellt",
],
},
"ups_delivering": {
"email": ["[email protected]","[email protected]"],
"email": ["[email protected]", "[email protected]"],
"subject": [
"UPS Update: Package Scheduled for Delivery Today",
"UPS Update: Follow Your Delivery on a Live Map",
Expand Down Expand Up @@ -487,7 +487,7 @@
"email": [
"[email protected]",
"[email protected]",
"[email protected]"
"[email protected]",
],
"subject": [
"informacja o dostawie",
Expand All @@ -496,25 +496,21 @@
"body": [
"została dzisiaj dostarczona",
"Adresse erfolgreich zugestellt",
"Am Wunschort abgestellt"
"Am Wunschort abgestellt",
],
},
"gls_delivering": {
"email": [
"[email protected]",
"[email protected]",
"[email protected]"
"[email protected]",
],
"subject": [
"paczka w drodze",
"ist unterwegs",
"kommt heute",
],
"body": [
"Zespół GLS",
"GLS-Team",
"fast da"
],
"body": ["Zespół GLS", "GLS-Team", "fast da"],
},
"gls_packages": {},
"gls_tracking": {
Expand Down

0 comments on commit 1e61748

Please sign in to comment.