removed obsolete imports
This commit is contained in:
parent
453281d48d
commit
3dba896038
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user