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 76c2927 commit 5aac354
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ckanext/sketchfab/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import re

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

from ckanext.sketchfab.logic.validators import is_valid_sketchfab_url

log = logging.getLogger(__name__)
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_plugin.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from ckanext.sketchfab.plugin import SketchfabPlugin
from unittest.mock import MagicMock

from ckanext.sketchfab.plugin import SketchfabPlugin


def test_always_visible():
plugin = SketchfabPlugin()
Expand Down

0 comments on commit 5aac354

Please sign in to comment.