Skip to content

Commit c8b8fcf

Browse files
author
AzeezIsh
committed
adhered to all checkstyle requirements
1 parent 299a650 commit c8b8fcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arrayfire/array_api/_constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
from __future__ import annotations
1010

11+
import math
1112
from dataclasses import dataclass
1213

1314
import arrayfire as af
@@ -106,10 +107,9 @@ def __post_init__(self) -> None:
106107
class SupportsDLPack(Protocol):
107108
def __dlpack__(self, /, *, stream: None = ...) -> PyCapsule: ...
108109

109-
import math
110110

111111
e = math.e
112112
inf = math.inf
113113
nan = math.nan
114114
pi = math.pi
115-
newaxis = None
115+
newaxis = None

0 commit comments

Comments
 (0)