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

pull/227/head
aristocratos 2020-12-21 23:15:02 +01:00
parent 09e639cc04
commit 420ccfd789
1 changed files with 1 additions and 1 deletions

View File

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