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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to setuptools #23

Merged
merged 7 commits into from Oct 15, 2021
Merged

Move to setuptools #23

merged 7 commits into from Oct 15, 2021

Conversation

kinnarr
Copy link
Member

@kinnarr kinnarr commented Sep 24, 2021

No description provided.

@kinnarr kinnarr linked an issue Sep 24, 2021 that may be closed by this pull request
@kinnarr kinnarr requested review from a team and removed request for tilsche September 24, 2021 12:28
@@ -68,7 +68,7 @@ async def post_metric_list(request: Request):
metric = {"id": metric_id}
metric_list.append(metric)
elif "database" in request_data:
requested_database = request_data["database"]
# requested_database = request_data["database"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks sus.

metricq_wizard_backend/api/views/metric.py Show resolved Hide resolved
@kinnarr kinnarr merged commit 30b0590 into master Oct 15, 2021
@kinnarr kinnarr deleted the feat-move-to-setup-py branch October 15, 2021 12:26
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.

Move python config to setup.py
2 participants