Skip to content

Commit

Permalink
Change the order of imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
ybubnov committed Oct 23, 2024
1 parent a930b0f commit 01ed5cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion torch_delaunay/functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@

from typing import Optional

import torch_delaunay._C as _C
from torch import Tensor

import torch_delaunay._C as _C


def shull2d(points: Tensor, eps: Optional[float] = None) -> Tensor:
"""Computes Delaunay tessellation for 2-dimensional coordinates.
Expand Down

0 comments on commit 01ed5cf

Please sign in to comment.