Added missing import in clientutils
This PR makes two changes to the clientutils.py
module:
- adds missing
glue.ligolw.types
import required byShowTypesResult.get_pyvalue
method - removes unused imports
This PR makes two changes to the clientutils.py
module:
glue.ligolw.types
import required by ShowTypesResult.get_pyvalue
method