Skip to content

Commit

Permalink
pylint error on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
serengil committed Mar 16, 2024
1 parent 06d16cf commit 8c2c5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepface/basemodels/GhostFaceNet.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
)


# pylint: disable=line-too-long, too-few-public-methods, no-else-return, unsubscriptable-object
# pylint: disable=line-too-long, too-few-public-methods, no-else-return, unsubscriptable-object, comparison-with-callable
PRETRAINED_WEIGHTS = "https://github.com/HamadYA/GhostFaceNets/releases/download/v1.2/GhostFaceNet_W1.3_S1_ArcFace.h5"


Expand Down

0 comments on commit 8c2c5f5

Please sign in to comment.