Move pesummary import inside function where it is required
PESummary is only directly used in one place to access the function NRSur_fit. This change moves the PESummary import inside the necessary function, to weaken the dependency.
PESummary is only directly used in one place to access the function NRSur_fit. This change moves the PESummary import inside the necessary function, to weaken the dependency.