-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
- Loading branch information
1 parent
b3593e0
commit c4c7450
Showing
12 changed files
with
18,880 additions
and
1,676 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
apiVersion: v1 | ||
kind: Service | ||
metadata: | ||
name: {{ include "fmtm.fullname" . }} | ||
labels: | ||
{{- include "fmtm.labels" . | nindent 4 }} | ||
name: { { include "fmtm.fullname" . } } | ||
labels: { { - include "fmtm.labels" . | nindent 4 } } | ||
spec: | ||
type: {{ .Values.backend.service.type }} | ||
type: { { .Values.backend.service.type } } | ||
ports: | ||
- port: {{ .Values.backend.service.port }} | ||
- port: { { .Values.backend.service.port } } | ||
targetPort: http | ||
protocol: TCP | ||
name: http | ||
selector: | ||
{{- include "fmtm.selectorLabels" . | nindent 4 }} | ||
selector: { { - include "fmtm.selectorLabels" . | nindent 4 } } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,6 @@ | |
# | ||
"""Logic for user routes.""" | ||
|
||
|
||
from sqlalchemy.orm import Session | ||
|
||
from app.db import db_models | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,6 @@ | |
|
||
"""User dependencies for use in Depends.""" | ||
|
||
|
||
from typing import Union | ||
|
||
from fastapi import Depends | ||
|
16,124 changes: 16,123 additions & 1 deletion
16,124
src/backend/tests/test_data/data_extract_kathmandu.geojson
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.