summaryrefslogtreecommitdiff
path: root/python/websocketprovider.py
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2024-08-21 16:31:06 -0400
committerAlexander Taylor <alex@vector35.com>2024-08-22 19:35:30 -0400
commit2a9d07d7fefe5a6d7f7a482397060a96782142ac (patch)
treeea78d484061d388d6c5cdca1f54f246087662a0e /python/websocketprovider.py
parent7903373186110579117540026871209311277199 (diff)
Remove unused imports from websocket provider.
Diffstat (limited to 'python/websocketprovider.py')
-rw-r--r--python/websocketprovider.py3
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