Linting with [BLACK](https://github.com/psf/black) #126
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes to be committed:
modified: apitests.py
modified: apitests_new.py
modified: bco_api/api/apps.py
modified: bco_api/api/migrations/0001_initial.py
modified: bco_api/api/migrations/0002_auto_20220124_2356.py
modified: bco_api/api/migrations/0003_rename_meta_table_prefix_table.py
modified: bco_api/api/migrations/0004_rename_group_info_groupinfo.py
modified: bco_api/api/migrations/0005_rename_prefixes_prefix.py
modified: bco_api/api/model/groups.py
modified: bco_api/api/model/prefix.py
modified: bco_api/api/models.py
modified: bco_api/api/permissions.py
modified: bco_api/api/scripts/method_specific/GET_activate_account.py
modified: bco_api/api/scripts/method_specific/GET_draft_object_by_id.py
modified: bco_api/api/scripts/method_specific/GET_published_object_by_id.py
modified: bco_api/api/scripts/method_specific/GET_published_object_by_id_with_version.py
modified: bco_api/api/scripts/method_specific/GET_retrieve_available_schema.py
modified: bco_api/api/scripts/method_specific/POST_api_accounts_describe.py
modified: bco_api/api/scripts/method_specific/POST_api_accounts_new.py
modified: bco_api/api/scripts/method_specific/POST_api_objects_drafts_create.py
modified: bco_api/api/scripts/method_specific/POST_api_objects_drafts_delete.py
modified: bco_api/api/scripts/method_specific/POST_api_objects_drafts_modify.py
modified: bco_api/api/scripts/method_specific/POST_api_objects_drafts_permissions.py
modified: bco_api/api/scripts/method_specific/POST_api_objects_drafts_permissions_set.py
modified: bco_api/api/scripts/method_specific/POST_api_objects_drafts_publish.py
modified: bco_api/api/scripts/method_specific/POST_api_objects_drafts_read.py
modified: bco_api/api/scripts/method_specific/POST_api_objects_drafts_token.py
modified: bco_api/api/scripts/method_specific/POST_api_objects_publish.py
modified: bco_api/api/scripts/method_specific/POST_api_objects_published.py
modified: bco_api/api/scripts/method_specific/POST_api_objects_search.py
modified: bco_api/api/scripts/method_specific/POST_api_objects_token.py
modified: bco_api/api/scripts/method_specific/POST_validate_payload_against_schema.py
modified: bco_api/api/scripts/utilities/DbUtils.py
modified: bco_api/api/scripts/utilities/FileUtils.py
modified: bco_api/api/scripts/utilities/JsonUtils.py
modified: bco_api/api/scripts/utilities/RequestUtils.py
modified: bco_api/api/scripts/utilities/ResponseUtils.py
modified: bco_api/api/scripts/utilities/SettingsUtils.py
modified: bco_api/api/scripts/utilities/UserUtils.py
modified: bco_api/api/serializers.py
modified: bco_api/api/signals.py
modified: bco_api/api/tests/test_forms.py
modified: bco_api/api/tests/test_group_post_api.py
modified: bco_api/api/tests/test_model_bco.py
modified: bco_api/api/tests/test_model_groups.py
modified: bco_api/api/tests/test_model_new_user.py
modified: bco_api/api/tests/test_model_prefix.py
modified: bco_api/api/tests/test_prefix_post_api.py
modified: bco_api/api/tests/test_views.py
modified: bco_api/api/tests_automated.py
modified: bco_api/api/urls.py
modified: bco_api/api/views.py
modified: bco_api/bco_api/asgi.py
modified: bco_api/bco_api/settings.py
modified: bco_api/bco_api/urls.py
modified: bco_api/bco_api/wsgi.py
modified: bco_api/manage.py