Skip to content

Commit a4cdfd0

Browse files
committed
fix no cover pragma
1 parent fe12fe1 commit a4cdfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cirq-rigetti/cirq_rigetti/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def wrapper(*args, **kwargs):
4545
if 'client' in kwargs:
4646
return function(*args, **kwargs)
4747

48-
with build_sync_client() as client: # pragma: nocover
48+
with build_sync_client() as client: # pragma: no cover
4949
kwargs['client'] = client
5050
return function(*args, **kwargs)
5151

0 commit comments

Comments
 (0)