remove unneeded imports (thanks importchecker!)

This commit is contained in:
jesopo 2020-04-02 18:00:28 +01:00
parent f43cb75bfa
commit 03c71f6498
5 changed files with 6 additions and 11 deletions

View file

@ -1,6 +1,5 @@
from typing import Awaitable, Optional
from typing import Awaitable
from enum import IntEnum
from dataclasses import dataclass
from ircstates import Server
from irctokens import Line