diff --git a/Interlace/lib/core/input.py b/Interlace/lib/core/input.py index 4a04ea6..a3b1efc 100644 --- a/Interlace/lib/core/input.py +++ b/Interlace/lib/core/input.py @@ -1,8 +1,6 @@ import functools import itertools import os.path -import socket -import struct import sys from argparse import ArgumentParser from io import TextIOWrapper