From b9dc7dabaf8179b088d4c8c157dc910b81bd0efc Mon Sep 17 00:00:00 2001 From: Christian Ulrich Date: Sun, 25 Oct 2020 10:54:45 +0100 Subject: [PATCH] remove unneeded imports --- punchd.nim | 3 --- 1 file changed, 3 deletions(-) diff --git a/punchd.nim b/punchd.nim index 2acd7a7..816574c 100644 --- a/punchd.nim +++ b/punchd.nim @@ -9,9 +9,6 @@ import tables import tcp_syni import tcp_nutss -from strutils import format, join -from nativesockets import setSockOptInt - type Punchd = ref object unixSocket: AsyncSocket