Skip to content

Commit 8e5da52

Browse files
authored
Merge pull request Bitmessage#39 from navjotcis/codequalitykivy
fixes after conflicts
2 parents 52c8497 + 66de416 commit 8e5da52

3 files changed

Lines changed: 1 addition & 6 deletions

File tree

src/bitmessagekivy/mpybit.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
MDNavigationDrawer,
5050
NavigationDrawerHeaderBase)
5151
from kivymd.selectioncontrols import MDCheckbox
52-
from kivymd.textfields import MDTextField
5352
from kivymd.theming import ThemeManager
5453
import queues
5554
from semaphores import kivyuisignaler
@@ -1398,7 +1397,7 @@ def on_current_account(self, account):
13981397
def _update_specific_text_color(self, instance, value):
13991398
pass
14001399

1401-
def _set_active(self, active, list): # pylint: disable=redefined-builtin
1400+
def _set_active(self, active, list_):
14021401
pass
14031402

14041403

src/messagetypes/vote.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
# pylint: disable=attribute-defined-outside-init
88

99

10-
11-
1210
class Vote(MsgBase):
1311
"""Module used to vote"""
1412

src/pyelliptic/openssl.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
# pylint: disable=protected-access
2323

2424

25-
26-
2725
class CipherName:
2826
"""Class returns cipher name, pointer and blocksize"""
2927

0 commit comments

Comments
 (0)