Skip to content

Commit

Permalink
Added missing from sys import exit import
Browse files Browse the repository at this point in the history
  • Loading branch information
miketvo committed Jun 24, 2023
1 parent d5e996d commit f7675f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/imdupes/utils/imutils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import os
import sys
from sys import exit
import imagehash
import numpy
from imagehash import ImageHash, MeanFunc
Expand Down

0 comments on commit f7675f4

Please sign in to comment.