From 18e87a17191d8c9468bfd8e3d10f3ed7f51c5021 Mon Sep 17 00:00:00 2001 From: Ivan Smirnov Date: Tue, 28 Nov 2017 00:19:15 +0000 Subject: [PATCH] (Remove now-redundant import) --- capnp/lib/capnp.pyx | 1 - 1 file changed, 1 deletion(-) diff --git a/capnp/lib/capnp.pyx b/capnp/lib/capnp.pyx index 7f0b0fc..864993a 100644 --- a/capnp/lib/capnp.pyx +++ b/capnp/lib/capnp.pyx @@ -31,7 +31,6 @@ import threading as _threading import socket as _socket import random as _random import collections as _collections -import mmap as _mmap _CAPNP_VERSION_MAJOR = capnp.CAPNP_VERSION_MAJOR _CAPNP_VERSION_MINOR = capnp.CAPNP_VERSION_MINOR