Remove atexit

This commit is contained in:
David
2022-03-16 20:05:51 +01:00
committed by GitHub
parent 446811f33c
commit 25965a36c6

View File

@@ -4,7 +4,6 @@ import pyatv
import aiohttp import aiohttp
from cache import AsyncTTL from cache import AsyncTTL
import json import json
import atexit
def listToTuple(function): def listToTuple(function):