Skip to content

Commit e23dd0c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cdf223e commit e23dd0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyFAI/units.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
import copy
4545
import logging
4646
from collections.abc import Callable
47-
from math import sin, cos, pi as PI
47+
from math import pi as PI
4848
from functools import wraps
4949
import numpy
5050
import scipy.constants

0 commit comments

Comments
 (0)