Skip to content

Commit

Permalink
[skip ci] Apply black changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedThree authored and github-actions[bot] committed Aug 23, 2024
1 parent 7f03e41 commit bee786b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sdf_xarray/sdf_interface.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ import dataclasses
import time

from libc.string cimport memcpy

import numpy as np

cimport numpy as cnp

cnp.import_array()


Expand Down

0 comments on commit bee786b

Please sign in to comment.