Skip to content

Commit

Permalink
fix: remove old constant import
Browse files Browse the repository at this point in the history
  • Loading branch information
singjc committed Jan 30, 2024
1 parent 66d6daf commit 7b43e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion massdash/ui/ChromatogramPlotUISettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import streamlit as st

# Constants
from ..constants import SMOOTHING_TYPES_FULLNAME, SMOOTHING_DICT
from ..constants import SMOOTHING_DICT

class ChromatogramPlotUISettings:
"""
Expand Down

0 comments on commit 7b43e5d

Please sign in to comment.