Skip to content

Commit 43b27f8

Browse files
committed
Flake 8
1 parent 841aca7 commit 43b27f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocs/ocs_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from ocs import client_t
3232
from ocs import ocs_feed
3333
from ocs.base import OpCode
34-
from typing import Tuple, Optional, Callable, Dict, Any, Union, TypeVar, Generator, Union
34+
from typing import Tuple, Optional, Callable, Dict, Any, Union, TypeVar, Generator
3535

3636

3737
OpFuncType = Union[

0 commit comments

Comments
 (0)