Fix lint in glue.LDBDWClient
This MR fixes the following lint in glue.LDBDWClient
/builds/duncanmmacleod/glue/glue/LDBDWClient.py:26:1: F401 'types' imported but unused
/builds/duncanmmacleod/glue/glue/LDBDWClient.py:271:5: F841 local variable 'data' is assigned to but never used
/builds/duncanmmacleod/glue/glue/LDBDWClient.py:439:1: W391 blank line at end of file