From e02bb7f5a1c0cf385bbd920256e0feba0829750b Mon Sep 17 00:00:00 2001 From: William Ballenthin Date: Fri, 5 Mar 2021 12:53:50 -0700 Subject: [PATCH] pep8 --- .github/pyinstaller/hooks/hook-vivisect.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/pyinstaller/hooks/hook-vivisect.py b/.github/pyinstaller/hooks/hook-vivisect.py index 5b40460b..b98ce4f1 100644 --- a/.github/pyinstaller/hooks/hook-vivisect.py +++ b/.github/pyinstaller/hooks/hook-vivisect.py @@ -22,14 +22,12 @@ excludedimports = [ "PyQt5", "qt5", "pyqtwebengine", - # the above are imported by these viv modules. # so really, we'd want to exclude these submodules of viv. # but i dont think this works. "vqt", "vdb.qt", "envi.qt", - # unused by capa "pyasn1", ] @@ -155,4 +153,4 @@ hiddenimports = [ "vstruct.defs.windows.win_6_3_i386.ntoskrnl", "vstruct.defs.windows.win_6_3_wow64", "vstruct.defs.windows.win_6_3_wow64.ntdll", -] \ No newline at end of file +]