Skip to content

Commit

Permalink
style: automatic reformat
Browse files Browse the repository at this point in the history
auto reformat with ruff/docformatter/prettier after config changes
  • Loading branch information
alycejenni committed Oct 30, 2024
1 parent 2db7cf2 commit eaab69f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions ckanext/list/logic/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# Created by the Natural History Museum in London, UK

from ckan.plugins import toolkit

from ckanext.list.lib import get_datastore_fields


Expand Down
1 change: 1 addition & 0 deletions ckanext/list/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from logging import getLogger

from ckan.plugins import SingletonPlugin, implements, interfaces, toolkit

from ckanext.list.lib import get_datastore_fields
from ckanext.list.logic.validators import is_datastore_field

Expand Down
1 change: 0 additions & 1 deletion docs/_scripts/gen_api_pages.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# !/usr/bin/env python
# encoding: utf-8

"""
Generate the code reference pages and navigation.
Expand Down
3 changes: 2 additions & 1 deletion tests/test_validators.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from unittest.mock import MagicMock, patch

import pytest
from ckan.plugins import toolkit
from unittest.mock import patch, MagicMock

from ckanext.list.logic.validators import is_datastore_field

Expand Down

0 comments on commit eaab69f

Please sign in to comment.