Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 30, 2024
1 parent 38c6d26 commit b64a93a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions WrightTools/artists/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,13 @@ def subplots_adjust(fig=None, inches=1):


def stitch_to_animation(
paths, outpath=None, duration=0.5, ignore_alpha:bool=True, reduce:int=None, verbose=True, **kwargs
paths,
outpath=None,
duration=0.5,
ignore_alpha: bool = True,
reduce: int = None,
verbose=True,
**kwargs,
):
"""Stitch a series of images into a gif.
Expand Down Expand Up @@ -1120,7 +1126,7 @@ def stitch_to_animation(
# write
t = wt_kit.Timer(verbose=False)

def process_imgs(imgs:List[Image.Image]):
def process_imgs(imgs: List[Image.Image]):
count = 0
for img in imgs:
if verbose:
Expand Down

0 comments on commit b64a93a

Please sign in to comment.