Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kklemon committed May 27, 2024
1 parent 9547e55 commit 7a0f334
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/penpy/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
import atexit
import io
import time
from collections.abc import Generator
from contextlib import contextmanager
from pathlib import Path
from tempfile import NamedTemporaryFile
from typing import Generator, Self, TypedDict, Unpack
from typing import Self, TypedDict, Unpack

from penpy.types import PathLike
from PIL import Image
Expand Down

0 comments on commit 7a0f334

Please sign in to comment.