Skip to content

Commit

Permalink
refactor: remove unused Registry field
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jan 20, 2025
1 parent 1dae382 commit 029837e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions extractor/filesystem/language/python/uvlock/uvlock.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ import (
)

type uvLockPackageSource struct {
Virtual string `toml:"virtual"`
Git string `toml:"git"`
Registry string `toml:"registry"`
Virtual string `toml:"virtual"`
Git string `toml:"git"`
}

type uvLockPackage struct {
Expand Down

0 comments on commit 029837e

Please sign in to comment.