Skip to content

Commit

Permalink
chore: Add newline between import groups
Browse files Browse the repository at this point in the history
  • Loading branch information
copalco committed Aug 12, 2023
1 parent c23fbd0 commit 07b5b38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions falcon/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"""WSGI BoundedStream class."""

from __future__ import annotations

import io
from typing import BinaryIO, Callable, List, Optional, TypeVar, Union

Expand Down

0 comments on commit 07b5b38

Please sign in to comment.