Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
echuraev committed Feb 23, 2025
1 parent 54d5a12 commit 2426a79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Engagement classification model converter to ONNX and torch
"""

# pylint: disable=no-name-in-module,import-error
# pylint: disable=no-name-in-module,import-error,duplicate-code
import os
import pathlib
from collections import OrderedDict
Expand Down
2 changes: 0 additions & 2 deletions models/prepare_models_for_emotieffcpplib.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@

from emotiefflib.facial_analysis import get_model_list

# pylint: enable=duplicate-code

FILE_DIR = pathlib.Path(__file__).parent.resolve()


Expand Down

0 comments on commit 2426a79

Please # to comment.