Skip to content

Commit

Permalink
fixes lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvanie85 committed Aug 7, 2024
1 parent 128d259 commit 793301d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ NACHET_BLOB_KEY=
NACHET_MAX_CONTENT_LENGTH=
NACHET_VALID_EXTENSION=
NACHET_VALID_DIMENSION=
DEV_USER_EMAIL=
DEV_USER_EMAIL=
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ assignees: ''

---

---
name: Bug report
Bug report

Check failure on line 10 in .github/ISSUE_TEMPLATE/bug_report.md

View workflow job for this annotation

GitHub Actions / markdown-check / markdown-check

Multiple top-level headings in the same document

.github/ISSUE_TEMPLATE/bug_report.md:10 MD025/single-title/single-h1 Multiple top-level headings in the same document [Context: "Bug report"] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md025.md
===========

about: Create a report to help us improve
title: As a [stakeholder], I want to [description of the desired outcome].
labels: bug
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ frontend-->>-Client: display inference res.
framework
- Quart is an asyncio reimplementation of Flask
- All HTTP requests are handled in `app.py` in the root folder
- Calls to Azure Blob Storage and the database are handled in the `nachet-backend/storage/datastore_storage_api.py` file that call the [datastore](https://github.com/ai-cfia/ailab-datastore) repo that handles the data
- Calls to Azure Blob Storage and the database are handled in the
`nachet-backend/storage/datastore_storage_api.py` file that call the
[datastore](https://github.com/ai-cfia/ailab-datastore) repo that handles the
data
- Inference results from model endpoint are directly handled in
`model_inference/inference.py`

Expand Down

0 comments on commit 793301d

Please sign in to comment.