Review type aliases

This commit is contained in:
Adam Gleave 2020-07-02 18:51:10 -07:00
parent 1f0443f332
commit 56fd89da8d

View file

@ -1,6 +1,5 @@
"""
Common aliases for type hint
"""
"""Common aliases for type hints"""
from typing import Union, Dict, Any, NamedTuple, List, Callable, Tuple
import numpy as np