Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Feb 13, 2024
1 parent 97dc726 commit 153325c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tensordict/nn/functional_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,14 @@
from __future__ import annotations

import inspect
import os
import re
import types
import warnings
from copy import deepcopy
from distutils.util import strtobool
from functools import wraps
from typing import Any, Callable, Iterable

import tensordict.nn.utils

import torch
from tensordict._contextlib import _DecoratorContextManager
from tensordict._pytree import PYTREE_REGISTERED_TDS

from tensordict._td import TensorDict
Expand Down

0 comments on commit 153325c

Please sign in to comment.