Changes between Initial Version and Version 1 of Ticket #3976
- Timestamp:
- 2023-02-14T16:54:25Z (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3976 – Description
initial v1 1 Mypy was showing errors that variable was named the same as a built-in class ` ``bytes```.2 ``` 1 Mypy was showing errors that variable was named the same as a built-in class `bytes`. 2 {{{ 3 3 src/allmydata/web/status.py:1619:9: F811 redefinition of unused 'bytes' from line 12 4 4 src/allmydata/web/status.py:1626:9: F811 redefinition of unused 'bytes' from line 12 5 5 src/allmydata/web/status.py:1633:9: F811 redefinition of unused 'bytes' from line 12 6 6 src/allmydata/web/status.py:1640:9: F811 redefinition of unused 'bytes' from line 12 7 ``` 7 }}}