Dumper: remove unused imports

Change-Id: I447c9697dbd631ab26358c193c274484e70a908d
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2020-02-25 14:28:14 +01:00
parent 1e8f262322
commit d91d4aa759
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -25,7 +25,6 @@
import os
import codecs
import copy
import collections
import struct
import sys
@@ -33,7 +32,6 @@ import base64
import re
import time
import inspect
import threading
from utils import DisplayFormat, TypeCode
try: