Skip to content

Commit 2d76795

Browse files
committed
fix merge
1 parent 3c69cce commit 2d76795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/easyreflectometry/calculators/wrapper_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
import numpy as np
55

6-
from EasyReflectometry.experiment import DEFAULT_RESOLUTION_FWHM_PERCENTAGE
7-
from EasyReflectometry.experiment import percentage_fhwm_resolution_function
6+
from easyreflectometry.experiment import DEFAULT_RESOLUTION_FWHM_PERCENTAGE
7+
from easyreflectometry.experiment import percentage_fhwm_resolution_function
88

99

1010
class WrapperBase:

0 commit comments

Comments
 (0)