diff options
| author | Christian Clauss <cclauss@me.com> | 2025-02-18 10:01:09 +0100 |
|---|---|---|
| committer | Christian Clauss <cclauss@me.com> | 2025-02-25 13:02:49 +0100 |
| commit | dc2fcfcc5511a371ff684f7d7772e7a7b479246d (patch) | |
| tree | 72ba38184b3291afd41200da2a8a482868308a6a /tests/cpydiff/modules_array_containment.py | |
| parent | 3f0dd13d931c88a759a779853dfeaee566f0e79a (diff) | |
all: Upgrade to ruff v0.9.6.
Signed-off-by: Christian Clauss <cclauss@me.com>
Diffstat (limited to 'tests/cpydiff/modules_array_containment.py')
| -rw-r--r-- | tests/cpydiff/modules_array_containment.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cpydiff/modules_array_containment.py b/tests/cpydiff/modules_array_containment.py index 8f25b0d49..b29895aa7 100644 --- a/tests/cpydiff/modules_array_containment.py +++ b/tests/cpydiff/modules_array_containment.py @@ -4,6 +4,7 @@ description: Looking for integer not implemented cause: Unknown workaround: Unknown """ + import array print(1 in array.array("B", b"12")) |
