[roll] Roll fuchsia [honeydew] Fixup lints in wlan_using_fc

This CL fixes up two issues:
- stale pylint disables that are no longer needed
- a few invalid overrides, where the class method defined the parameter
as `request`, but the override was using `req` instead. This gets
flagged by pylint

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1260326
Original-Revision: 04fef54a06dc3779660f702df54841a2cc9465bd
GitOrigin-RevId: 5bc90cc56bffc970a23ae5aa9f02a013ef8aa080
Change-Id: I5d70449c948937fc3f1ae7d3c8f3c483443092d9
1 file changed
tree: a98aaa7dbd58aeb074f79b536fa780da25013f3c
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.