Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Sep 8, 2023
1 parent 4e924e7 commit e33826d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lessons/python/ivy-diffusion/ivy_diffusion/diffusion.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
"""Modeling the one-dimensional diffusion equation."""
import numpy as np

from .solver import calculate_time_step, set_initial_profile, solve1d


Expand Down

0 comments on commit e33826d

Please sign in to comment.