Remove unneeded imports

This commit is contained in:
Theelgirl 2020-10-17 14:51:52 +00:00 committed by GitHub
parent 6bde7571ce
commit ba3475f61e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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