Skip to content

Commit

Permalink
i dont get import error, but try relative imports to fix ci fail
Browse files Browse the repository at this point in the history
  • Loading branch information
smorad committed Jul 11, 2023
1 parent b39d51b commit 5adfeaf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tensordict/nn/ensemble.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import warnings

import torch
from tensordict import TensorDict, TensorDictBase
from tensordict.nn import make_functional, TensorDictModuleBase
from tensordict import TensorDict
from .common import TensorDictBase, TensorDictModuleBase
from .functional_modules import make_functional
from torch import nn


Expand Down

0 comments on commit 5adfeaf

Please sign in to comment.