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

[BUG] - Duplicate class in src/_nebari/stages/infrastructure/__init__.py #2785

Closed
dcmcand opened this issue Oct 22, 2024 · 0 comments · Fixed by #2786
Closed

[BUG] - Duplicate class in src/_nebari/stages/infrastructure/__init__.py #2785

dcmcand opened this issue Oct 22, 2024 · 0 comments · Fixed by #2786
Assignees
Labels
needs: triage 🚦 Someone needs to have a look at this issue and triage type: bug 🐛 Something isn't working

Comments

@dcmcand
Copy link
Contributor

dcmcand commented Oct 22, 2024

Describe the bug

class GCPPrivateClusterConfig(schema.Base):

and

class GCPPrivateClusterConfig(schema.Base):

are duplicates

Expected behavior

A class is only defined once

OS and architecture in which you are running Nebari

n/a

How to Reproduce the problem?

look at the code

Command output

No response

Versions and dependencies used.

No response

Compute environment

None

Integrations

No response

Anything else?

No response

@dcmcand dcmcand added type: bug 🐛 Something isn't working needs: triage 🚦 Someone needs to have a look at this issue and triage labels Oct 22, 2024
@dcmcand dcmcand self-assigned this Oct 22, 2024
@dcmcand dcmcand moved this from New 🚦 to In review/QA 👀 in 🪴 Nebari Project Management Oct 22, 2024
@github-project-automation github-project-automation bot moved this from In review/QA 👀 to Done 💪🏾 in 🪴 Nebari Project Management Oct 22, 2024
@viniciusdc viniciusdc added this to the 2024.12.1 release milestone Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs: triage 🚦 Someone needs to have a look at this issue and triage type: bug 🐛 Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

2 participants