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 Dec 23, 2024
1 parent 6d01af6 commit d2cd6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heat/heat.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""The 2D heat model."""

from __future__ import annotations

from io import TextIOBase
Expand Down Expand Up @@ -64,7 +65,6 @@ def solve_2d(


class Heat:

"""Solve the Heat equation on a grid.
Examples
Expand Down

0 comments on commit d2cd6c7

Please sign in to comment.