mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-10-07 15:09:58 +02:00
remove unused imports
This commit is contained in:
parent
95bb5908bb
commit
f0ef2b5db2
2 changed files with 1 additions and 9 deletions
|
@ -1,5 +1,3 @@
|
|||
import click
|
||||
import sys
|
||||
import os
|
||||
import numpy as np
|
||||
import warnings
|
||||
|
@ -9,7 +7,7 @@ import cv2
|
|||
from shapely import geometry
|
||||
from pathlib import Path
|
||||
import matplotlib.pyplot as plt
|
||||
from PIL import Image, ImageDraw, ImageFont
|
||||
from PIL import ImageFont
|
||||
|
||||
|
||||
KERNEL = np.ones((5, 5), np.uint8)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue