Skip to content

Commit a2485f5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 435c146 commit a2485f5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

othello/apps/games/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from django.db import models
88
from django.http import FileResponse, HttpRequest, HttpResponse, JsonResponse
99
from django.shortcuts import get_object_or_404, redirect, render
10-
from django.utils import timezone, formats
10+
from django.utils import formats, timezone
1111

1212
from .forms import DownloadSubmissionForm, GameForm, MatchForm, SubmissionForm
1313
from .models import Game, Match, Submission

othello/settings/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,4 +247,4 @@
247247
)
248248

249249

250-
DATETIME_FORMAT = "F d, Y, h:i a"
250+
DATETIME_FORMAT = "F d, Y, h:i a"

0 commit comments

Comments
 (0)