diff options
| author | Alexander Taylor <alex@vector35.com> | 2024-08-21 16:31:06 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2024-08-22 19:35:30 -0400 |
| commit | 2a9d07d7fefe5a6d7f7a482397060a96782142ac (patch) | |
| tree | ea78d484061d388d6c5cdca1f54f246087662a0e /python | |
| parent | 7903373186110579117540026871209311277199 (diff) | |
Remove unused imports from websocket provider.
Diffstat (limited to 'python')
| -rw-r--r-- | python/websocketprovider.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/websocketprovider.py b/python/websocketprovider.py index 420f43c6..07ad190d 100644 --- a/python/websocketprovider.py +++ b/python/websocketprovider.py @@ -20,12 +20,9 @@ import abc import ctypes -from json import loads, dumps import sys import traceback -from urllib.parse import urlencode - # Binary Ninja Components import binaryninja._binaryninjacore as core |
