mirror of
https://github.com/Mic92/nix-update.git
synced 2024-11-03 21:04:49 +03:00
Merge #156
156: remove unused code r=figsoda a=figsoda Co-authored-by: figsoda <figsoda@pm.me>
This commit is contained in:
commit
a38315be22
@ -77,7 +77,7 @@ class Package:
|
||||
self.version_position = None
|
||||
else:
|
||||
self.version_position = Position(**raw_version_position)
|
||||
raw_cargo_lock
|
||||
|
||||
if raw_cargo_lock is None:
|
||||
self.cargo_lock = NoCargoLock()
|
||||
elif raw_cargo_lock is False:
|
||||
|
Loading…
Reference in New Issue
Block a user