Remove unneeded imports

This commit is contained in:
Theelgirl 2020-10-17 14:51:52 +00:00 committed by GitHub
parent b8aab510bd
commit db8e45547c
1 changed files with 1 additions and 3 deletions

View File

@ -2,10 +2,8 @@
# cython: boundscheck=False
# cython: cdivision=True
# cython: wraparound=False
from operator import sub
from tqdm import tqdm
cpdef cy_get_bits_from_image(image):
cpdef str cy_get_bits_from_image(image):
cdef int width, height, x, y
cdef str pixel_bin_rep
cdef tuple white_diff, black_diff, pixel