Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 6, 2023
1 parent c1f9abd commit a24251b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cove_oc4ids/views.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json
import logging
from decimal import Decimal
import re
from decimal import Decimal

from cove.views import cove_web_input_error, explore_data_context
from django.conf import settings
Expand Down
3 changes: 1 addition & 2 deletions tests/test_basic.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import os

import pytest
from cove.input.models import SuppliedData
from django.core.files.base import ContentFile
Expand All @@ -24,8 +25,6 @@ def test_explore_page(client, json_data):
assert resp.status_code == 200




@pytest.mark.django_db
def test_codelist_url_extension_codelists(client):
file_name = os.path.join(
Expand Down

0 comments on commit a24251b

Please sign in to comment.