Skip to content

Commit

Permalink
added a missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonu0305 committed Jan 13, 2025
1 parent b0e53c7 commit 6f7c604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tardis/visualization/widgets/custom_abundance.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import numpy as np
import pandas as pd
import ipywidgets as ipw
from IPython.display import display
import plotly.graph_objects as go
from astropy import units as u
from radioactivedecay import Nuclide
Expand Down

0 comments on commit 6f7c604

Please sign in to comment.