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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user