removed unused import

This commit is contained in:
Brian Muller 2018-01-02 14:27:17 -05:00
parent d78e9e6b0e
commit 3b93189ef2

View File

@ -2,7 +2,6 @@
Package for interacting on the network at a high level. Package for interacting on the network at a high level.
""" """
import random import random
import binascii
import pickle import pickle
import asyncio import asyncio
import logging import logging