From 533dc1f608369f70652813ddef5cb683856ff3eb Mon Sep 17 00:00:00 2001 From: Matthew Murray Date: Wed, 8 Jan 2025 17:06:36 -0800 Subject: [PATCH] clean up --- python/rmm/rmm/pylibrmm/stream.pyx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/rmm/rmm/pylibrmm/stream.pyx b/python/rmm/rmm/pylibrmm/stream.pyx index 327b2dada..e51f28721 100644 --- a/python/rmm/rmm/pylibrmm/stream.pyx +++ b/python/rmm/rmm/pylibrmm/stream.pyx @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2025, NVIDIA CORPORATION. +# Copyright (c) 2020-2024, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -39,7 +39,6 @@ cdef class Stream: """ if obj is None: self._init_with_new_cuda_stream() - return elif isinstance(obj, Stream): self._init_from_stream(obj) else: