diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2023-06-25 08:10:27 -0500 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2023-06-25 08:10:27 -0500 |
commit | 7bdb2353587111754ce351c595412b7f248aee2b (patch) | |
tree | 1c91e125027597da2ee8bb67e5bb22d8b9815aa8 /test_import_variable.py | |
parent | 126c31f0da53d1d9be67291feb41ebe4aaa2c704 (diff) |
consolidated open and close methods
Diffstat (limited to 'test_import_variable.py')
-rw-r--r-- | test_import_variable.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test_import_variable.py b/test_import_variable.py index 4fa45e9..d6fd683 100644 --- a/test_import_variable.py +++ b/test_import_variable.py @@ -14,7 +14,6 @@ class TestImportVariable(unittest.TestCase): def setUp(self): self.src_fil_r = dialoguer.Dialogue('test_import_variable.r') - self.src_fil_r.open() def tearDown(self): self.src_fil_r.close() |