Skip to content

Commit

Permalink
[BugFix] missing annotations import (#2074)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens authored Apr 10, 2024
1 parent 02c8342 commit c9296c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torchrl/record/recorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
from __future__ import annotations

import importlib.util
from copy import copy
Expand Down

0 comments on commit c9296c1

Please sign in to comment.