Skip to content

Commit

Permalink
remove unused noqa directive
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Oct 17, 2024
1 parent c810015 commit ce70733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scipy-stubs/_lib/_util.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import numpy as np
import numpy.typing as npt
import optype.numpy as onpt
from numpy._typing import _ArrayLikeInt
from numpy.exceptions import ( # noqa: ICN003
from numpy.exceptions import (
AxisError as AxisError,
ComplexWarning as ComplexWarning,
DTypePromotionError as DTypePromotionError,
Expand Down

0 comments on commit ce70733

Please sign in to comment.