Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchueler committed Jan 4, 2024
1 parent f749e4a commit 308d0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gstools/field/summator.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is the randomization method summator, implemented in cython.
"""

import numpy as np
from cython.parallel import parallel, prange
from cython.parallel import prange

try:
cimport openmp
Expand Down

0 comments on commit 308d0a3

Please sign in to comment.