remove unused imports

This commit is contained in:
kba 2025-10-01 18:10:13 +02:00
parent 95bb5908bb
commit f0ef2b5db2
2 changed files with 1 additions and 9 deletions

View file

@ -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)