Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Jul 8, 2024
1 parent 61ace3c commit edc315b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensordict/_tensordict.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
import warnings
from tensordict._C import *
from tensordict._C import * # noqa

warnings.warn(
"tensordict._tensordict will soon be removed in favour of tensordict._C.",
Expand Down

0 comments on commit edc315b

Please sign in to comment.