mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Reformat everything.
This commit is contained in:
@@ -15,7 +15,7 @@ from ansible.utils import context_objects as co
|
||||
|
||||
@pytest.fixture
|
||||
def parser():
|
||||
parser = opt_help.create_base_parser('testparser')
|
||||
parser = opt_help.create_base_parser("testparser")
|
||||
|
||||
opt_help.add_runas_options(parser)
|
||||
opt_help.add_meta_options(parser)
|
||||
|
||||
Reference in New Issue
Block a user