Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Aug 18, 2024
1 parent 6247222 commit a8df5b9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions uvicorn/loops/asyncio.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
from __future__ import annotations

import asyncio
import logging
import sys
from collections.abc import Callable
from typing import TypeVar

_T = TypeVar("_T")

logger = logging.getLogger("uvicorn.error")


def asyncio_loop_factory(use_subprocess: bool = False) -> Callable[[], asyncio.AbstractEventLoop]:
Expand Down

0 comments on commit a8df5b9

Please sign in to comment.