mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-04-15 23:47:24 +02:00
Fixed W293 (blank-line-with-whitespace): Blank line contains whitespace
This commit is contained in:
committed by
Joshua Tauberer
parent
555ecc1ebb
commit
6bfd1e5140
@@ -95,7 +95,7 @@ def sort_domains(domain_names, env):
|
||||
# Then in right-to-left lexicographic order of the .-separated parts of the name.
|
||||
list(reversed(d.split("."))),
|
||||
))
|
||||
|
||||
|
||||
return domain_names
|
||||
|
||||
def sort_email_addresses(email_addresses, env):
|
||||
|
||||
Reference in New Issue
Block a user