Skip to content

Commit 58f5e7f

Browse files
committed
Remove unused import
1 parent b3dcf26 commit 58f5e7f

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

stage3.0_first_views/traited_face_detect.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# General imports
2-
from os.path import join
3-
42
import PIL.Image
53
import matplotlib.pyplot as plt
64
import numpy as np

stage3.1_first_views/traited_face_detect.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# General imports
2-
from os.path import join
3-
42
import PIL.Image
53
import numpy as np
64
from matplotlib import patches

0 commit comments

Comments
 (0)