1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-13 20:04:04 +02:00

remove unnecessary pass line

This commit is contained in:
Kelly Brazil
2022-05-27 14:29:48 -07:00
parent f774513554
commit 2cd14235c8
5 changed files with 0 additions and 5 deletions

View File

@@ -12,7 +12,6 @@ THIS_DIR = os.path.dirname(os.path.abspath(__file__))
class MyTests(unittest.TestCase):
def setUp(self):
pass
# input
with open(os.path.join(THIS_DIR, os.pardir, 'tests/fixtures/centos-7.7/foo.out'), 'r', encoding='utf-8') as f:
self.centos_7_7_foo = f.read()