remove unneeded imports

master
Christian Ulrich 2020-10-25 10:54:45 +01:00
parent 4be3ffd207
commit b9dc7dabaf
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 0 additions and 3 deletions

View File

@ -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