clean up commitee assignment typing

This commit is contained in:
Danny Ryan
2019-06-30 20:44:02 -05:00
parent 4f47e30144
commit f4907d67ee
2 changed files with 5 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ from typing import (
PHASE0_IMPORTS = '''from typing import (
Any, Dict, Set, Sequence, Tuple,
Any, Dict, Set, Sequence, Tuple, Optional
)
from dataclasses import (