Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix file name #7341

Merged
merged 1 commit into from
Sep 15, 2023
Merged

Fix file name #7341

merged 1 commit into from
Sep 15, 2023

Conversation

ea-rus
Copy link
Contributor

@ea-rus ea-rus commented Sep 15, 2023

Description

fixing this error in alpha:

from mindsdb.api.http.initialize import initialize_app
File "/usr/local/lib/python3.8/dist-packages/mindsdb/api/http/initialize.py", line 31, in <module>
from mindsdb.api.http.namespaces.skills import ns_conf as skills_ns
File "/usr/local/lib/python3.8/dist-packages/mindsdb/api/http/namespaces/skills.py", line 8, in <module>
from mindsdb.interfaces.skills.skills_controller import SkillsController
ModuleNotFoundError: No module named 'mindsdb.interfaces.skills'

Fixes #(issue)

Type of change

(Please delete options that are not relevant)

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ⚡ New feature (non-breaking change which adds functionality)
  • 📢 Breaking change (fix or feature that would cause existing functionality not to work as expected)
  • 📄 This change requires a documentation update

Verification Process

To ensure the changes are working as expected:

  • Test Location: Specify the URL or path for testing.
  • Verification Steps: Outline the steps or queries needed to validate the change. Include any data, configurations, or actions required to reproduce or see the new functionality.

Additional Media:

  • I have attached a brief loom video or screenshots showcasing the new functionality or change.

Checklist:

  • My code follows the style guidelines(PEP 8) of MindsDB.
  • I have appropriately commented on my code, especially in complex areas.
  • Necessary documentation updates are either made or tracked in issues.
  • Relevant unit and integration tests are updated or added.

@ea-rus ea-rus requested a review from StpMax September 15, 2023 06:47
@StpMax StpMax merged commit 83964bd into staging Sep 15, 2023
8 checks passed
@StpMax StpMax mentioned this pull request Sep 15, 2023
@ea-rus ea-rus deleted the tmichaeldb-patch-1 branch March 7, 2024 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants