Skip to content

Commit

Permalink
style: sort imports
Browse files Browse the repository at this point in the history
Signed-off-by: James Ward <[email protected]>
  • Loading branch information
imnotjames committed Dec 7, 2024
1 parent 4df31c1 commit 2e2aa6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valkey/commands/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
from valkey.typing import (
AbsExpiryT,
AnyEncodableT,
AnyFieldT
AnyKeyT,
AnyFieldT,
AnyStreamIdT,
BitfieldOffsetT,
ChannelT,
Expand Down

0 comments on commit 2e2aa6c

Please sign in to comment.