in gym_http_server.py [0:0]
def _remove_env(self, instance_id): try: del self.envs[instance_id] except KeyError: raise InvalidUsage('Instance_id {} unknown'.format(instance_id))