Reformat using black

This commit is contained in:
cuom1999 2022-05-14 12:57:27 -05:00
parent efee4ad081
commit a87fb49918
221 changed files with 19127 additions and 7310 deletions

View file

@ -11,6 +11,7 @@ if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "dmoj.settings")
from django.core.management import execute_from_command_line
# noinspection PyUnresolvedReferences
import django_2_2_pymysql_patch # noqa: F401, imported for side effect