Skip to content

Commit b220a06

Browse files
committed
Mute a false positive error
1 parent 9aba3ae commit b220a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/random/dpnp_iface_random.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1672,7 +1672,7 @@ def seed(seed=None, device=None, sycl_queue=None):
16721672
"""
16731673

16741674
# update a mt19937 random number for both RandomState and legacy functionality
1675-
global _dpnp_random_states
1675+
global _dpnp_random_states # noqa: F824
16761676

16771677
sycl_queue = dpnp.get_normalized_queue_device(
16781678
device=device, sycl_queue=sycl_queue

0 commit comments

Comments
 (0)