Skip to content

Commit

Permalink
Restyled by reorder-python-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Jan 8, 2024
1 parent ce963d4 commit 9fe8b94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pytox/common.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import enum
from typing import Sized, TypeVar
from typing import Sized
from typing import TypeVar

T = TypeVar("T", bytes, str, Sized)

Expand Down

0 comments on commit 9fe8b94

Please sign in to comment.