Skip to content

Commit

Permalink
make happy isort
Browse files Browse the repository at this point in the history
  • Loading branch information
bymoye committed Jan 24, 2025
1 parent 30039e4 commit c05f010
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions blacksheep/asgi.pyi
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import sys
from typing import List, Tuple

from typing import TypedDict
from typing import List, Tuple, TypedDict

class ASGIScopeInterface(TypedDict):
type: str
Expand Down
2 changes: 0 additions & 2 deletions blacksheep/server/openapi/v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
from datetime import date, datetime
from enum import Enum, IntEnum
from typing import Any, Dict, Iterable, List, Optional, Tuple, Type, Union

from typing import _AnnotatedAlias as AnnotatedAlias

from typing import _GenericAlias as GenericAlias
from typing import get_type_hints
from uuid import UUID
Expand Down
2 changes: 1 addition & 1 deletion tests/test_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from dataclasses import dataclass
from datetime import date, datetime
from functools import wraps
from typing import Any, Dict, List, Optional, TypeVar, Annotated
from typing import Annotated, Any, Dict, List, Optional, TypeVar
from uuid import UUID, uuid4

import pytest
Expand Down

0 comments on commit c05f010

Please # to comment.