With Python 3.8 and below, the linter complains that random does not have randbytes as an attribute.
This is fine since random.randbytes is wrapped in a version check. This patch makes the linter ignore
that.
Depends on D11654
Differential D11655
Ignore lint check on randbytes since it's wrapped in a version check sdulfari on Jun 22 2022, 21:44. Authored by Tags None Subscribers None
Details
With Python 3.8 and below, the linter complains that random does not have randbytes as an attribute. Depends on D11654 arc lint
Diff Detail
|