Skip to content

Commit 014e20f

Browse files
committed
lint
1 parent 8711041 commit 014e20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_compat/common/_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import math
1313
import sys
1414
import warnings
15-
from collections.abc import Collection, Hashable
15+
from collections.abc import Hashable
1616
from functools import lru_cache
1717
from types import NoneType
1818
from typing import (

0 commit comments

Comments
 (0)