Skip to content

Commit 560185a

Browse files
Zdravko BranzovZdravko Branzov
Zdravko Branzov
authored and
Zdravko Branzov
committed
fix: flake8 error
1 parent bd81dc2 commit 560185a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/changes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ class DateTimePicker(object):
208208
new_value='this.nativeView.setFocusable(false); this.hint = "testMessage";')
209209
IOS_TS = ChangeSet(file_path=os.path.join(DATETIME_PICKER_PATH, 'ui', 'date-picker-field.ios.ts'),
210210
old_value='export class DatePickerField extends DatePickerFieldBase {',
211-
new_value='export class DatePickerField extends DatePickerFieldBase {initNativeView() {this.hint = "testMessage";}')
211+
new_value='export class DatePickerField extends DatePickerFieldBase {initNativeView() {this.hint = "testMessage";}') # noqa: E501 pylint: disable=line-too-long
212212

213213
class AppFileChanges(object):
214214
CHANGE_XML_INVALID_SYNTAX = ChangeSet(file_path=os.path.join('app', 'main-page.xml'),

0 commit comments

Comments
 (0)