Skip to content

Commit

Permalink
error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KATTA-00 committed Oct 18, 2023
1 parent fb789a9 commit b2201b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/image_processing/report/getPDF.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from matplotlib import pyplot as plt
import tempfile as tp
import imutils
from dominant import get_dominant_colors
from image_processing.report.dominant import get_dominant_colors

def getHistogram(img, mask):
# assert img is not None, "file could not be read, check with os.path.exists()"
Expand Down

0 comments on commit b2201b9

Please sign in to comment.