Skip to content

Commit 9a977be

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 84693c9 commit 9a977be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heat/heat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""The 2D heat model."""
2+
23
from __future__ import annotations
34

45
from io import TextIOBase
@@ -64,7 +65,6 @@ def solve_2d(
6465

6566

6667
class Heat:
67-
6868
"""Solve the Heat equation on a grid.
6969
7070
Examples

0 commit comments

Comments
 (0)