Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Adar Ovadia committed Jun 26, 2024
1 parent fa037d1 commit 84c6a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/python/glide/async_commands/cluster_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from __future__ import annotations

from typing import Dict, List, Mapping, Optional, cast, Union
from typing import Dict, List, Mapping, Optional, Union, cast

from glide.async_commands.command_args import Limit, OrderBy
from glide.async_commands.core import (
Expand Down

0 comments on commit 84c6a4b

Please sign in to comment.