My new branch #9894
Annotations
3 errors
Ruff (INP001):
computer_networks/char_stuffing.py#L1
computer_networks/char_stuffing.py:1:1: INP001 File `computer_networks/char_stuffing.py` is part of an implicit namespace package. Add an `__init__.py`.
|
Ruff (C416):
computer_networks/char_stuffing.py#L13
computer_networks/char_stuffing.py:13:11: C416 Unnecessary `list` comprehension (rewrite using `list()`)
|
ruff
Process completed with exit code 1.
|