Skip to content

Commit

Permalink
Rejig 'no cover' pragma.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCummins committed Jun 3, 2021
1 parent 39c1d30 commit de14bfa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ def _shutdown_handler(signal_number, stack_frame): # pragma: no cover
shutdown_signal.set()


def create_and_run_compiler_gym_service( # pragma: no cover
def create_and_run_compiler_gym_service(
compilation_session_type: Type[CompilationSession],
):
): # pragma: no cover
"""Create and run an RPC service for the given compilation session.
This should be called on its own in a self contained script to implement a
Expand Down

0 comments on commit de14bfa

Please sign in to comment.