mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 03:55:21 +00:00
Remove unwanted changes and fix linting.
This commit is contained in:
parent
c09fc43d45
commit
4ff75ecfc2
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -9,7 +9,5 @@
|
||||
"python.formatting.provider": "black",
|
||||
"python.formatting.blackArgs": ["--line-length=100"],
|
||||
"editor.fontWeight": "normal",
|
||||
"python.analysis.extraPaths": ["./deepface"],
|
||||
"stylelint.autoFixOnSave": false,
|
||||
"standard.autoFixOnSave": false
|
||||
"python.analysis.extraPaths": ["./deepface"]
|
||||
}
|
||||
|
@ -297,7 +297,7 @@ def analyze(
|
||||
actions = (actions,)
|
||||
|
||||
actions = list(actions)
|
||||
|
||||
|
||||
# Check if actions have been passed correctly
|
||||
if not actions:
|
||||
raise ValueError("`actions` must be a list of strings.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user