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 Feb 5, 2024
1 parent 9315583 commit 117e46f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions shortify/app/middlewares/correlation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Correlation ID middleware implementation inspired from asgi-correlation-id project:
https://github.com/snok/asgi-correlation-id
"""

import sys
from contextvars import ContextVar
from typing import TYPE_CHECKING, Callable, Optional
Expand Down
1 change: 1 addition & 0 deletions shortify/app/utils/cbv.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Class-based views, borrowed from fastapi-utils project with a few modifications."""

import inspect
from typing import Any, Callable, List, Type, TypeVar, Union, get_type_hints

Expand Down

0 comments on commit 117e46f

Please sign in to comment.