Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 11, 2024
1 parent 8870735 commit af94543
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/delaunay.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Example of Delaunay triangulation in 2D."""

from __future__ import annotations

import matplotlib.pyplot as plt
import numpy as np
from scipy.spatial import Delaunay
Expand Down

0 comments on commit af94543

Please sign in to comment.