79301940

Date: 2024-12-23 00:55:39
Score: 1
Natty:
Report link

For me types.FrameType wasn't enough. I had to add | None to make Pylance happy:

def handler(signum: int, frame: types.FrameType | None):
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: calamari