Browse Source

Added: pylint disable=unsubscriptable-object because of python 3.9 issue

pull/227/head
aristocratos 4 years ago
parent
commit
420ccfd789
  1. 2
      bpytop.py

2
bpytop.py

@ -1,5 +1,5 @@
#!/usr/bin/env python3
# pylint: disable=not-callable, no-member
# pylint: disable=not-callable, no-member, unsubscriptable-object
# indent = tab
# tab-size = 4

Loading…
Cancel
Save