From 52f6631c3bca5e5a16611b4051d59b47ed8204e7 Mon Sep 17 00:00:00 2001 From: prodigysml Date: Sat, 8 Apr 2023 12:33:39 +1000 Subject: [PATCH] removed unnecessary imports --- Interlace/lib/core/input.py | 2 -- 1 file changed, 2 deletions(-) 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