Skip to content

Commit

Permalink
Apply ruff/Pyflakes rule F821
Browse files Browse the repository at this point in the history
F821 Undefined name
  • Loading branch information
DimitriPapadopoulos committed Sep 26, 2024
1 parent 4cc41d8 commit e2c6862
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/blosc2/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
if TYPE_CHECKING:
from collections.abc import Callable

import tensorflow
import torch


def _check_typesize(typesize):
if not 1 <= typesize <= blosc2_ext.MAX_TYPESIZE:
Expand Down

0 comments on commit e2c6862

Please sign in to comment.