You've already forked pyinstxtractor
mirror of
https://github.com/extremecoders-re/pyinstxtractor.git
synced 2025-08-03 00:25:51 +08:00
Remove unused import
This commit is contained in:
@@ -90,7 +90,6 @@ import marshal
|
|||||||
import zlib
|
import zlib
|
||||||
import sys
|
import sys
|
||||||
import imp
|
import imp
|
||||||
import types
|
|
||||||
from uuid import uuid4 as uniquename
|
from uuid import uuid4 as uniquename
|
||||||
|
|
||||||
|
|
||||||
@@ -368,4 +367,3 @@ def main():
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
|
Reference in New Issue
Block a user