Skip to content

Commit

Permalink
Refactor response classes (#2113)
Browse files Browse the repository at this point in the history
* sync remote

* refactor response classes

* adjust permissions

* adjuste permissions

* move from multiprocessing to threading

* fix file perm

* revert threading

* revert except block

* adjust lint and tests

* fix lint

* fix perm

* update comments

* changes based on PR comments

* changes based on PR comments

* update file comments

* remove pylint

* adjust attributes

* test assert helper

* test assert helper

* test assert helper

* test assert helper
  • Loading branch information
ravi-kumar-pilla authored Oct 30, 2024
1 parent 4db2bf9 commit 31b0492
Show file tree
Hide file tree
Showing 28 changed files with 1,310 additions and 1,083 deletions.
2 changes: 1 addition & 1 deletion package/kedro_viz/api/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from jinja2 import Environment, FileSystemLoader

from kedro_viz import __version__
from kedro_viz.api.rest.responses import EnhancedORJSONResponse
from kedro_viz.api.rest.responses.utils import EnhancedORJSONResponse
from kedro_viz.integrations.kedro import telemetry as kedro_telemetry

from .graphql.router import router as graphql_router
Expand Down
Loading

0 comments on commit 31b0492

Please sign in to comment.