[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
d6b4c36e0a
commit
3ef64c2d65
1 changed files with 1 additions and 3 deletions
|
|
@ -1432,9 +1432,7 @@ class ExternalProviderClient:
|
|||
# this only matters when callers paste pathologically
|
||||
# long lists by accident).
|
||||
sequences = list(
|
||||
dict.fromkeys(
|
||||
s for s in stop if isinstance(s, str) and s.strip()
|
||||
)
|
||||
dict.fromkeys(s for s in stop if isinstance(s, str) and s.strip())
|
||||
)
|
||||
if len(sequences) > 16:
|
||||
logger.warning(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue