From 308ed491e12f2a68296bbc894eb74d882f9047d8 Mon Sep 17 00:00:00 2001 From: Evan Phibbs Date: Wed, 20 Apr 2022 20:48:43 -0700 Subject: [PATCH] removed empty py files (#81) --- torchrl/envs/libs/dmlab.py | 4 ---- torchrl/record/__init__.py | 1 - torchrl/record/rendering.py | 4 ---- 3 files changed, 9 deletions(-) delete mode 100644 torchrl/envs/libs/dmlab.py delete mode 100644 torchrl/record/rendering.py diff --git a/torchrl/envs/libs/dmlab.py b/torchrl/envs/libs/dmlab.py deleted file mode 100644 index 7bec24cb17b..00000000000 --- a/torchrl/envs/libs/dmlab.py +++ /dev/null @@ -1,4 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# -# This source code is licensed under the MIT license found in the -# LICENSE file in the root directory of this source tree. diff --git a/torchrl/record/__init__.py b/torchrl/record/__init__.py index 551024679b7..79660968fcc 100644 --- a/torchrl/record/__init__.py +++ b/torchrl/record/__init__.py @@ -4,4 +4,3 @@ # LICENSE file in the root directory of this source tree. from .recorder import * -from .rendering import * diff --git a/torchrl/record/rendering.py b/torchrl/record/rendering.py deleted file mode 100644 index 7bec24cb17b..00000000000 --- a/torchrl/record/rendering.py +++ /dev/null @@ -1,4 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# -# This source code is licensed under the MIT license found in the -# LICENSE file in the root directory of this source tree.