Skip to content

Commit 41606bb

Browse files
committed
MAINT: linter
1 parent 12fe35d commit 41606bb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

array_api_strict/_creation_functions.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
from __future__ import annotations
22

3-
from collections.abc import Generator
4-
from contextlib import contextmanager
53
from enum import Enum
6-
from typing import TYPE_CHECKING, Literal, List, Optional, Tuple, Union
4+
from typing import TYPE_CHECKING, Literal
75

86
import numpy as np
97

array_api_strict/tests/test_creation_functions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import sys
21
import warnings
32

43
from numpy.testing import assert_raises

0 commit comments

Comments
 (0)