Skip to content

Commit

Permalink
instant fix for import errors
Browse files Browse the repository at this point in the history
  • Loading branch information
visualDust committed Sep 27, 2023
1 parent 7fa3700 commit 6cf7285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions neetbox/integrations/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
TimeRemainingColumn,
TransferSpeedColumn,
)

from PIL import Image

_loader_pool: Dict[
str, "ResourceLoader"
Expand Down Expand Up @@ -137,7 +137,6 @@ def __init__(
verbose=False,
):
pkg.is_installed("PIL", try_install_if_not="pillow")
from PIL import Image

super().__init__(folder, file_types, sub_dirs, async_scan, verbose)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "neetbox"
version = "0.1.514"
version = "0.1.515"
description = "NEETBox contains useless CV code snippets."
license = "MIT"
authors = ["VisualDust <[email protected]>"]
Expand Down

0 comments on commit 6cf7285

Please sign in to comment.