Commit 18d198a4 authored by Jason Madden's avatar Jason Madden

Remove now-unused import struct.

parent e7139549
...@@ -10,7 +10,7 @@ from __future__ import absolute_import, print_function ...@@ -10,7 +10,7 @@ from __future__ import absolute_import, print_function
import sys import sys
import os import os
import os.path # pylint:disable=no-name-in-module import os.path # pylint:disable=no-name-in-module
import struct
__all__ = [] __all__ = []
......
...@@ -10,7 +10,7 @@ from __future__ import absolute_import, print_function ...@@ -10,7 +10,7 @@ from __future__ import absolute_import, print_function
import sys import sys
import os import os
import os.path # pylint:disable=no-name-in-module import os.path # pylint:disable=no-name-in-module
import struct
__all__ = [] __all__ = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment