[swarming] removed unused get_native_case and associated methods

Bug: 1393124
Change-Id: Ic2835b74d374cac935527c756dc1137ec5871d2f
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/4075253
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
Commit-Queue: Jonah Hooper <jonahhooper@google.com>
Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
Auto-Submit: Jonah Hooper <jonahhooper@google.com>
NOKEYCHECK=True
GitOrigin-RevId: ce7fff1ec636e94f086e86e2e54917ea8926b1c5
5 files changed
tree: 4e738c1d85bab33ccc1eed77cb4416c7b2a0537f
  1. libs/
  2. tests/
  3. third_party/
  4. tools/
  5. utils/
  6. .gitignore
  7. auth.py
  8. cipd.py
  9. errors.py
  10. LICENSE
  11. local_caching.py
  12. LUCI_CONTEXT.md
  13. OWNERS
  14. PRESUBMIT.py
  15. README.md
  16. README.py
  17. run_isolated.py
  18. swarming.py
  19. test.py
  20. unittest.cfg
  21. WATCHLISTS
README.md

LUCI Python Client

This is the Python Client code for LUCI. It's part of the main python repo, and is also mirrored into a standalone client-py repo.

To contribute changes you need to clone the main python repo and then use git cl upload. The client-py repo mirror (which appears in Chromium's third_party directory) cannot be contributed to directly.

License

This project is licensed under Apache v2.0 license. See LICENSE for details.