Update typing 10 (#48071)

This commit is contained in:
Marc Mueller 2021-03-18 13:07:04 +01:00 committed by GitHub
parent 00dca88024
commit 25a13d1554
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
73 changed files with 412 additions and 333 deletions

View file

@ -1,9 +1,10 @@
"""Minio component."""
from __future__ import annotations
import logging
import os
from queue import Queue
import threading
from typing import List
import voluptuous as vol
@ -230,7 +231,7 @@ class MinioListener:
bucket_name: str,
prefix: str,
suffix: str,
events: List[str],
events: list[str],
):
"""Create Listener."""
self._queue = queue