79470386

Date: 2025-02-26 16:21:28
Score: 1
Natty:
Report link

As mentioned above, use contextlib.nullcontext

import contextlib

with contextlib.nullcontext():
    do_stuff()

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
Posted by: Russell