Skip to content

Commit 03304cd

Browse files
committed
fix isort errors
1 parent c6a9f6e commit 03304cd

File tree

1 file changed

+1
-1
lines changed
  • src/imitation/algorithms/adversarial

1 file changed

+1
-1
lines changed

src/imitation/algorithms/adversarial/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import abc
33
import dataclasses
44
import logging
5-
from typing import Iterable, Iterator, Mapping, Optional, Type, List, overload
5+
from typing import Iterable, Iterator, List, Mapping, Optional, Type, overload
66

77
import numpy as np
88
import torch as th

0 commit comments

Comments
 (0)