Skip to content

Commit

Permalink
refactor: remove unused NullLocker
Browse files Browse the repository at this point in the history
  • Loading branch information
moonsikpark committed Nov 15, 2022
1 parent 281b11a commit ced9413
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/poetry/packages/locker.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,3 @@ def _dump_package(self, package: Package) -> dict[str, Any]:
data["develop"] = package.develop

return data


class NullLocker(Locker):
def set_lock_data(self, root: Package, packages: list[Package]) -> bool:
pass

0 comments on commit ced9413

Please sign in to comment.