mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-17 21:20:11 +00:00
Review type aliases
This commit is contained in:
parent
1f0443f332
commit
56fd89da8d
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue