export: Remove unused imports.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2019-02-02 14:53:34 -08:00
committed by Tim Abbott
parent e12c433745
commit 56a675d5ec
6 changed files with 5 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
from typing import Any, Dict, Set
from typing import Dict, Set
class SubscriberHandler:
def __init__(self) -> None: