Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
zmievsa committed Oct 10, 2023
1 parent 6142f35 commit 8a1c3a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastapi_header_versioning/fastapi.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Callable, Sequence
from collections.abc import Callable, Sequence
from typing import Any, Optional, Union

from fastapi import Depends, FastAPI
Expand Down
2 changes: 1 addition & 1 deletion fastapi_header_versioning/routing.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Callable, Sequence
from collections.abc import Callable, Sequence
from enum import Enum
from functools import cache
from typing import (
Expand Down

0 comments on commit 8a1c3a4

Please sign in to comment.