Skip to content

Commit 60baab0

Browse files
committed
Remove unused imports
1 parent 6075461 commit 60baab0

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

src/snappy/snappy.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
"""
4242
from __future__ import absolute_import
4343

44-
import struct
45-
4644
import cramjam
4745

4846
_CHUNK_MAX = 65536

test_snappy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
import sys
3232
import random
3333
import snappy
34-
import struct
3534
from unittest import TestCase
3635

3736

0 commit comments

Comments
 (0)