aquatic_ws: remove unused import

This commit is contained in:
Joakim Frostegård 2020-05-13 20:05:39 +02:00
parent 63b84e7706
commit b05db0f699

View file

@ -1,7 +1,6 @@
use std::time::Duration; use std::time::Duration;
use std::io::ErrorKind; use std::io::ErrorKind;
use either::Either;
use hashbrown::HashMap; use hashbrown::HashMap;
use native_tls::TlsAcceptor; use native_tls::TlsAcceptor;