forked from valkey-io/valkey-glide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
found with `flake8 . --count --exit-zero --max-complexity=12 --max-line-length=127 --statistics --exclude=python/glide/protobuf,.env/* --extend-ignore=E230` 1 E203 whitespace before ':' 4 E711 comparison to None should be 'if cond is None:' 5 E712 comparison to True should be 'if cond is True:' or 'if cond:' 1 F401 'typing.Set' imported but unused 1 F841 local variable 'e' is assigned to but never used Co-authored-by: nihohit <[email protected]>
- Loading branch information
1 parent
ade0377
commit 17961c9
Showing
2 changed files
with
19 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters