Skip to content

Commit

Permalink
Format import list.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCummins committed May 10, 2022
1 parent 9823525 commit 96ee4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler_gym/util/gym_type_hints.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
from typing import Any, Dict, List, Optional, Tuple, TypeVar, Union
from enum import Enum
from typing import Any, Dict, List, Optional, Tuple, TypeVar, Union

# A JSON dictionary.
JsonDictType = Dict[str, Any]
Expand Down

0 comments on commit 96ee4ca

Please sign in to comment.