(Remove now-redundant import)

This commit is contained in:
Ivan Smirnov
2017-11-28 00:19:15 +00:00
parent 8fd6cc6f66
commit 18e87a1719

View File

@@ -31,7 +31,6 @@ import threading as _threading
import socket as _socket import socket as _socket
import random as _random import random as _random
import collections as _collections import collections as _collections
import mmap as _mmap
_CAPNP_VERSION_MAJOR = capnp.CAPNP_VERSION_MAJOR _CAPNP_VERSION_MAJOR = capnp.CAPNP_VERSION_MAJOR
_CAPNP_VERSION_MINOR = capnp.CAPNP_VERSION_MINOR _CAPNP_VERSION_MINOR = capnp.CAPNP_VERSION_MINOR