From 3eba280feff734f4db762868fc735c1d49fe9c40 Mon Sep 17 00:00:00 2001 From: Hugo Linsenmaier Date: Tue, 5 Mar 2024 18:45:49 -0800 Subject: [PATCH] Fix style --- python/cugraph/cugraph/layout/force_atlas2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cugraph/cugraph/layout/force_atlas2.py b/python/cugraph/cugraph/layout/force_atlas2.py index 7fa7b8e45a3..ceb466b9925 100644 --- a/python/cugraph/cugraph/layout/force_atlas2.py +++ b/python/cugraph/cugraph/layout/force_atlas2.py @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2023, 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. # You may obtain a copy of the License at