Skip to content

Commit

Permalink
Make flake8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed Oct 29, 2023
1 parent a4ca731 commit 489f61a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stgpytools/types/builtins.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from __future__ import annotations

from typing import TYPE_CHECKING, Any, Callable, ParamSpec, Sequence, SupportsFloat, SupportsIndex, TypeAlias, TypeVar, Union
from typing import (
TYPE_CHECKING, Any, Callable, ParamSpec, Sequence, SupportsFloat, SupportsIndex, TypeAlias, TypeVar, Union
)

__all__ = [
'T', 'T0', 'T1', 'T2', 'T_contra',
Expand Down

0 comments on commit 489f61a

Please sign in to comment.