Changes between Initial Version and Version 1 of Ticket #3976


Ignore:
Timestamp:
2023-02-14T16:54:25Z (19 months ago)
Author:
daniellee
Comment:

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 ```
     1Mypy was showing errors that variable was named the same as a built-in class `bytes`.
     2{{{
    33src/allmydata/web/status.py:1619:9: F811 redefinition of unused 'bytes' from line 12
    44src/allmydata/web/status.py:1626:9: F811 redefinition of unused 'bytes' from line 12
    55src/allmydata/web/status.py:1633:9: F811 redefinition of unused 'bytes' from line 12
    66src/allmydata/web/status.py:1640:9: F811 redefinition of unused 'bytes' from line 12
    7 ```
     7}}}