Update cdp.py

This commit is contained in:
Leon 2021-11-29 14:39:21 +01:00 committed by GitHub
parent 9e41928375
commit a84c53f3d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
import json
import logging
from collections import Mapping, Sequence
from collections.abc import Mapping, Sequence
import requests
import websockets