#3976 closed defect

Name of variable is same as built in. — at Initial Version

Reported by: daniellee Owned by: daniellee
Priority: minor Milestone: undecided
Component: code-frontend-web Version: n/a
Keywords: Cc:
Launchpad Bug:

Description

Mypy was showing errors that variable was named the same as a built-in class bytes. ` src/allmydata/web/status.py:1619:9: F811 redefinition of unused 'bytes' from line 12 src/allmydata/web/status.py:1626:9: F811 redefinition of unused 'bytes' from line 12 src/allmydata/web/status.py:1633:9: F811 redefinition of unused 'bytes' from line 12 src/allmydata/web/status.py:1640:9: F811 redefinition of unused 'bytes' from line 12 `

Change History (0)

Note: See TracTickets for help on using tickets.