#3976 closed defect

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

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

Description (last modified by daniellee)

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 (1)

comment:1 Changed at 2023-02-14T16:54:25Z by daniellee

  • Description modified (diff)
Note: See TracTickets for help on using tickets.