From 84c6a4b461960ef952c9cff085776cdd5746b714 Mon Sep 17 00:00:00 2001 From: Adar Ovadia Date: Wed, 26 Jun 2024 13:35:04 +0000 Subject: [PATCH] fix linter --- python/python/glide/async_commands/cluster_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/python/glide/async_commands/cluster_commands.py b/python/python/glide/async_commands/cluster_commands.py index d93a22e800..c352779b7e 100644 --- a/python/python/glide/async_commands/cluster_commands.py +++ b/python/python/glide/async_commands/cluster_commands.py @@ -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 (