Skip to content

Commit

Permalink
Fixup. Format code with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 25, 2023
1 parent a24b757 commit 7b0ba8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pod/video/tests/test_stats_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from pod.video.views import get_all_views_count, stats_view
from django.contrib.sites.models import Site
from pod.authentication.models import AccessGroup

# from django.contrib.auth.hashers import make_password

from pod.video_encode_transcript.models import EncodingVideo
Expand Down
1 change: 1 addition & 0 deletions pod/video/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
from django.urls import reverse
from django.utils import timezone
from django.db.models import Sum, Min

# from django.contrib.auth.hashers import check_password

from dateutil.parser import parse
Expand Down

0 comments on commit 7b0ba8e

Please sign in to comment.