1
0
Fork 0

Update tile.py

Fixed extra noise source imports
This commit is contained in:
HoopyFreud 2023-07-09 14:11:25 -04:00 committed by GitHub
parent 306f7e9989
commit ed03222234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 8 deletions

View File

@ -7,14 +7,7 @@ from typing import List, Optional, Protocol, Tuple
import numpy as np
from PIL import Image
from ..image.noise_source import (
noise_source_fill_edge,
noise_source_fill_mask,
noise_source_gaussian,
noise_source_histogram,
noise_source_normal,
noise_source_uniform,
)
from ..image.noise_source import noise_source_histogram
from ..params import Size, TileOrder
# from skimage.exposure import match_histograms