Remove namedtuples to better future guard the library

This commit is contained in:
Tarek
2020-09-21 09:36:58 +02:00
committed by GitHub
parent e7b4bbe2f6
commit 7f17dc79a6
4 changed files with 28 additions and 11 deletions

View File

@ -25,7 +25,6 @@ DEALINGS IN THE SOFTWARE.
"""
import asyncio
from collections import namedtuple
import logging
import signal
import sys