fix collection bug

hs/push-reports-to-as
Will Hunt 2020-10-01 17:26:03 +01:00
parent b8ff93eec7
commit de469f56b1
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@
# limitations under the License.
import logging
from typing import Collection, List, Union
from typing import List, Union
from synapse.types import Collection
from prometheus_client import Counter