Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
Signed-off-by: EBoguslawski <eva.boguslawski@gmail.com>
  • Loading branch information
EBoguslawski committed Nov 29, 2024
1 parent 8dfe10c commit 6e59656
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions grid2op/tests/test_MultifolderWithCache_seed.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
import unittest
import warnings

module_name = MultifolderWithCache.__module__
module = __import__(module_name)
file_path = module.__file__
print(f"Library path: \n{file_path}")

class TestMultifolderWithCacheSeed(unittest.TestCase):
def test_box_action_space(self):
Expand Down

0 comments on commit 6e59656

Please sign in to comment.