removed obsolete imports

This commit is contained in:
Matthias Bisping 2022-05-09 14:52:33 +02:00
parent 453281d48d
commit 3dba896038

View File

@ -1,4 +1,3 @@
import logging
from itertools import chain
from typing import Union, Any
@ -8,8 +7,6 @@ from pyinfra.server.dispatcher.dispatcher import Nothing
from pyinfra.utils.buffer import bufferize
from pyinfra.utils.func import lift
logger = logging.getLogger(__name__)
class OnDemandProcessor:
def __init__(self, fn):