Skip to content

Commit c27a7a9

Browse files
committed
#62 Fix flake8 issues 2
1 parent 382c46c commit c27a7a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pact/verify.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,8 @@ def main(base_url, pact_url, pact_urls, states_url,
105105
'--broker-username': username,
106106
'--broker-password': password
107107
}
108-
109108
command = [VERIFIER_PATH] + [
110109
'{}={}'.format(k, v) for k, v in options.items() if v]
111-
112110
if publish_verification_results:
113111
if not provider_app_version:
114112
click.echo(

0 commit comments

Comments
 (0)