Skip to content

Commit

Permalink
linting in test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
serengil committed Apr 13, 2024
1 parent 52e7796 commit fab08fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions tests/overlay.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 3rd party dependencies
import cv2
import matplotlib.pyplot as plt

# project dependencies
from deepface.modules import streaming
from deepface import DeepFace

Expand Down
5 changes: 3 additions & 2 deletions tests/test_extract_faces.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# built-in dependencies
import base64

# 3rd party dependencies
import numpy as np
import base64
import pytest

# project dependencies
from deepface import DeepFace
from deepface.modules import preprocessing
from deepface.commons import image_utils
from deepface.commons import logger as log

Expand Down

0 comments on commit fab08fe

Please sign in to comment.