Skip to content

Commit

Permalink
formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace committed Nov 18, 2023
1 parent 0ec013e commit 757c362
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:

pgadmin:
# pgAdmin can access the postgres db with "db" as host and
# "POSTGRES_USER" and "POSTGRES_PASSWORD" as credentials
# "POSTGRES_USER" and "POSTGRES_PASSWORD" as credentials
# (specified just above in the db service)
container_name: hh_pgadmin
image: dpage/pgadmin4:7
Expand Down
2 changes: 1 addition & 1 deletion hhub/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from django.core.exceptions import FieldError
from django.core.paginator import EmptyPage, PageNotAnInteger, Paginator
from django.db.models import Q, F
from django.db.models import F, Q
from django.http import JsonResponse

from hhub.models import Entry
Expand Down
1 change: 1 addition & 0 deletions scripts/sync_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import json
import os
import subprocess

import dateutil.parser

from hhub.models import Entry
Expand Down

0 comments on commit 757c362

Please sign in to comment.