Skip to content

Commit

Permalink
Fix typing import.
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxenburg committed May 11, 2024
1 parent 100321c commit a91ffd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flybody/agents/ray_distributed_dmpo.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Classes for DMPO agent distributed with Ray."""

from typing import Optional, Iterator, Callable, Any
from typing import Optional, Iterator, Callable
import socket
import dataclasses
import copy
Expand Down

0 comments on commit a91ffd0

Please sign in to comment.