Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 28, 2023
1 parent ccc4485 commit 5fb4539
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions server/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
black==23.12.1
celery-types==0.20.0
django-admin-interface==0.28.0
djangorestframework-stubs[compatible-mypy]==3.14.5
Expand All @@ -12,9 +13,8 @@ pytest-cov==4.1.0
pytest-django==4.7.0
pytest-monkeytype==1.1.0
pytest-sugar==0.9.7
ruff==0.1.9
tox==4.11.4
types-python-dateutil==2.8.19.14
types-redis==4.6.0.11
black==23.12.1
ruff==0.1.9

2 changes: 1 addition & 1 deletion server/worker/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import typing

from django.db.models import QuerySet, Prefetch
from django.db.models import Prefetch, QuerySet
from rest_framework import response, status, viewsets

from core.permissions import CustomObjectPermissions
Expand Down
2 changes: 1 addition & 1 deletion server/worker/management/commands/generate_workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from dispatch.models import FleetCode
from organization.models import Organization
from utils.helpers import get_or_create_business_unit
from worker.models import WorkerHOS, Worker
from worker.models import Worker, WorkerHOS


class Command(BaseCommand):
Expand Down

0 comments on commit 5fb4539

Please sign in to comment.