Skip to content

Commit

Permalink
Merge pull request #2710 from SasView/2708-missing-import-statement-f…
Browse files Browse the repository at this point in the history
…or-logging-in-smearingwidget

added missing import statement for logging to enable error messages i…
  • Loading branch information
lucas-wilkins authored Jan 17, 2024
2 parents bf0f05d + f7c4d87 commit 4f23e38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sas/qtgui/Perspectives/Fitting/SmearingWidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
from PySide6 import QtCore
from PySide6 import QtGui
from PySide6 import QtWidgets
import logging
logger = logging.getLogger(__name__)

from sas.sascalc.fit.qsmearing import smear_selection, PySmear, PySmear2D
from sas.qtgui.Plotting.PlotterData import Data1D
Expand Down

0 comments on commit 4f23e38

Please # to comment.