Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt711 committed Jan 9, 2025
1 parent 6bc4907 commit 533dc1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/rmm/rmm/pylibrmm/stream.pyx
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 533dc1f

Please sign in to comment.