Close the object store.
(self)
| 155 | raise NotImplementedError(f'{type(self).__name__}.list_objects is not implemented') |
| 156 | |
| 157 | def close(self): |
| 158 | """Close the object store.""" |
| 159 | pass |
| 160 | |
| 161 | def __enter__(self): |
| 162 | return self |
no outgoing calls
no test coverage detected