Skip to content

Commit e4ead85

Browse files
committed
remove unused code
1 parent 4c7ad8e commit e4ead85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

onvif/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,7 @@ async def create_notification_manager(
547547
async def close(self) -> None:
548548
"""Close all transports."""
549549
await self._snapshot_client.close()
550+
await self._snapshot_connector.close()
550551
for service in self.services.values():
551552
await service.close()
552553

0 commit comments

Comments
 (0)