Skip to content

Commit

Permalink
use dict() instead of {}
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 3, 2025
1 parent d97703d commit 2e7d0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rapids_metadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,5 +218,5 @@

all_metadata.versions["25.02"] = deepcopy(all_metadata.versions["24.12"])
all_metadata.versions["25.02"].repositories["cugraph-docs"] = RAPIDSRepository(
packages={}
packages=dict()
)

0 comments on commit 2e7d0cd

Please sign in to comment.