Skip to content

Refactor user import, support user data in import and fix profile data bug #2208

Refactor user import, support user data in import and fix profile data bug

Refactor user import, support user data in import and fix profile data bug #2208

Triggered via pull request December 21, 2023 06:24
Status Failure
Total duration 2m 16s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 notice
corehq/apps/user_importer/importer.py#L5
'collections.namedtuple' imported but unused (F401)
corehq/apps/user_importer/importer.py#L451
Too many blank lines (2) (E303)
corehq/apps/user_importer/importer.py#L480
Undefined name 'commcare_user_importer' (F821)
corehq/apps/user_importer/importer.py#L490
Line too long (126 > 115 characters) (E501)
corehq/apps/user_importer/importer.py#L491
Local variable 'e' is assigned to but never used (F841)
corehq/apps/user_importer/importer.py#L530
Line too long (126 > 115 characters) (E501)
corehq/apps/user_importer/importer.py#L578
Line too long (116 > 115 characters) (E501)
corehq/apps/user_importer/importer.py#L624
Line too long (130 > 115 characters) (E501)
corehq/apps/user_importer/importer.py#L649
Line too long (121 > 115 characters) (E501)
Lint Python
Linting failures detected. See check runs with annotations for details.
Lint Javascript
No files found. Skipping.