fixed a potential bug (#337)
* fixed a potential bug Signed-off-by: wiseaidev <business@wiseai.dev> * add unit tests Signed-off-by: wiseaidev <business@wiseai.dev> * remove unnecessary logic related to six module Signed-off-by: wiseaidev <business@wiseai.dev> * remove six from dependencies Signed-off-by: wiseaidev <business@wiseai.dev> * pass "ignore" as a kwarg Signed-off-by: wiseaidev <business@wiseai.dev> * get rid of try catch and simplify logic Signed-off-by: wiseaidev <business@wiseai.dev> * rm poetry.lock Signed-off-by: wiseaidev <business@wiseai.dev> * rm poetry.lock Signed-off-by: wiseaidev <business@wiseai.dev> * run black Signed-off-by: wiseaidev <business@wiseai.dev> * fix mypy issue Signed-off-by: wiseaidev <business@wiseai.dev> * adjust other tests accordingly Signed-off-by: wiseaidev <business@wiseai.dev>
This commit is contained in:
parent
b103adbe6d
commit
ac6a75be19
3 changed files with 33 additions and 32 deletions
|
@ -27,7 +27,6 @@ redis = ">=3.5.3,<5.0.0"
|
|||
aioredis = "^2.0.0"
|
||||
pydantic = "^1.8.2"
|
||||
click = "^8.0.1"
|
||||
six = "^1.16.0"
|
||||
pptree = "^3.1"
|
||||
types-redis = ">=3.5.9,<5.0.0"
|
||||
types-six = "^1.16.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue