fixes after conflicts

This commit is contained in:
lakshyacis 2019-09-30 19:57:08 +05:30
parent 52c849703f
commit 66de416627
No known key found for this signature in database
GPG Key ID: D2C539C8EC63E9EB
3 changed files with 1 additions and 6 deletions

View File

@ -49,7 +49,6 @@ from kivymd.navigationdrawer import (
MDNavigationDrawer,
NavigationDrawerHeaderBase)
from kivymd.selectioncontrols import MDCheckbox
from kivymd.textfields import MDTextField
from kivymd.theming import ThemeManager
import queues
from semaphores import kivyuisignaler
@ -1398,7 +1397,7 @@ class NavigationDrawerTwoLineListItem(
def _update_specific_text_color(self, instance, value):
pass
def _set_active(self, active, list): # pylint: disable=redefined-builtin
def _set_active(self, active, list_):
pass

View File

@ -7,8 +7,6 @@ from messagetypes import MsgBase
# pylint: disable=attribute-defined-outside-init
class Vote(MsgBase):
"""Module used to vote"""

View File

@ -22,8 +22,6 @@ src/pyelliptic/openssl.py
# pylint: disable=protected-access
class CipherName:
"""Class returns cipher name, pointer and blocksize"""