remove trailing whitespaces

This commit is contained in:
Peter Pfeufer
2021-05-17 09:46:11 +02:00
parent 10bd77d761
commit 8c3df89d52
146 changed files with 2088 additions and 2061 deletions

View File

@@ -2,7 +2,7 @@
import os
import sys
if __name__ == "__main__":
if __name__ == "__main__":
try:
from django.core.management import execute_from_command_line
except ImportError: