Skip to content
GitHub Actions / Flake8 failed Dec 11, 2024 in 0s

22 errors

Flake8 found 22 errors

Annotations

Check failure on line 1 in corehq/apps/hqadmin/views/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/hqadmin/views/__init__.py#L1

'corehq.apps.hqadmin.views.data.doc_in_es' imported but unused (F401)

Check failure on line 1 in corehq/apps/hqadmin/views/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/hqadmin/views/__init__.py#L1

'corehq.apps.hqadmin.views.data.raw_doc' imported but unused (F401)

Check failure on line 5 in corehq/apps/hqadmin/views/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/hqadmin/views/__init__.py#L5

'corehq.apps.hqadmin.views.operations.CallcenterUCRCheck' imported but unused (F401)

Check failure on line 5 in corehq/apps/hqadmin/views/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/hqadmin/views/__init__.py#L5

'corehq.apps.hqadmin.views.operations.ReprocessMessagingCaseUpdatesView' imported but unused (F401)

Check failure on line 5 in corehq/apps/hqadmin/views/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/hqadmin/views/__init__.py#L5

'corehq.apps.hqadmin.views.operations.mass_email' imported but unused (F401)

Check failure on line 10 in corehq/apps/hqadmin/views/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/hqadmin/views/__init__.py#L10

'corehq.apps.hqadmin.views.reports.DownloadGIRView' imported but unused (F401)

Check failure on line 10 in corehq/apps/hqadmin/views/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/hqadmin/views/__init__.py#L10

'corehq.apps.hqadmin.views.reports.DownloadMALTView' imported but unused (F401)

Check failure on line 14 in corehq/apps/hqadmin/views/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/hqadmin/views/__init__.py#L14

'corehq.apps.hqadmin.views.system.SystemInfoView' imported but unused (F401)

Check failure on line 14 in corehq/apps/hqadmin/views/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/hqadmin/views/__init__.py#L14

'corehq.apps.hqadmin.views.system.branches_on_staging' imported but unused (F401)

Check failure on line 14 in corehq/apps/hqadmin/views/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/hqadmin/views/__init__.py#L14

'corehq.apps.hqadmin.views.system.check_services' imported but unused (F401)

Check failure on line 14 in corehq/apps/hqadmin/views/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/hqadmin/views/__init__.py#L14

'corehq.apps.hqadmin.views.system.get_rabbitmq_management_url' imported but unused (F401)

Check failure on line 14 in corehq/apps/hqadmin/views/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/hqadmin/views/__init__.py#L14

'corehq.apps.hqadmin.views.system.pillow_operation_api' imported but unused (F401)

Check failure on line 14 in corehq/apps/hqadmin/views/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/hqadmin/views/__init__.py#L14

'corehq.apps.hqadmin.views.system.system_ajax' imported but unused (F401)

Check failure on line 22 in corehq/apps/hqadmin/views/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/hqadmin/views/__init__.py#L22

'corehq.apps.hqadmin.views.users.AdminRestoreView' imported but unused (F401)

Check failure on line 22 in corehq/apps/hqadmin/views/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/hqadmin/views/__init__.py#L22

'corehq.apps.hqadmin.views.users.DisableTwoFactorView' imported but unused (F401)

Check failure on line 22 in corehq/apps/hqadmin/views/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/hqadmin/views/__init__.py#L22

'corehq.apps.hqadmin.views.users.DisableUserView' imported but unused (F401)

Check failure on line 22 in corehq/apps/hqadmin/views/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/hqadmin/views/__init__.py#L22

'corehq.apps.hqadmin.views.users.DomainAdminRestoreView' imported but unused (F401)

Check failure on line 22 in corehq/apps/hqadmin/views/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/hqadmin/views/__init__.py#L22

'corehq.apps.hqadmin.views.users.SuperuserManagement' imported but unused (F401)

Check failure on line 22 in corehq/apps/hqadmin/views/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/hqadmin/views/__init__.py#L22

'corehq.apps.hqadmin.views.users.WebUserDataView' imported but unused (F401)

Check failure on line 22 in corehq/apps/hqadmin/views/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/hqadmin/views/__init__.py#L22

'corehq.apps.hqadmin.views.users.web_user_lookup' imported but unused (F401)

Check failure on line 31 in corehq/apps/hqadmin/views/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/hqadmin/views/__init__.py#L31

'corehq.apps.hqadmin.views.utils.BaseAdminSectionView' imported but unused (F401)

Check failure on line 31 in corehq/apps/hqadmin/views/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/hqadmin/views/__init__.py#L31

'corehq.apps.hqadmin.views.utils.default' imported but unused (F401)