Skip to content

Commit 0bcbb78

Browse files
authored
Merge pull request #5 from MrMatAP/bugfix/cosmetics
bugfix/cosmetics
2 parents 50413d2 + 40df59b commit 0bcbb78

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Create a virtual environment, then:
1010

1111
```shell
1212
(venv) $ pip install -r requirements.txt
13-
(venv) $ python python -m build -n --wheel
13+
(venv) $ python -m build -n --wheel
1414
```
1515

1616
If you intend to run the testsuite or work on the code, then also install the requirements from `requirements.dev.txt`. You can run the testsuite using

src/mrmat_python_api_fastapi/apis/platform/v1/db.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
import uuid
24-
from sqlalchemy import ForeignKey, String, UniqueConstraint, UUID
23+
from sqlalchemy import ForeignKey, String, UniqueConstraint
2524
from sqlalchemy.orm import relationship, Mapped, mapped_column
2625

2726
from mrmat_python_api_fastapi import ORMBase

var/helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ route:
2525
namespace: edge
2626

2727
config:
28-
db_url: "sqlite:///data/db.sqlite"
28+
db_url: "sqlite:///"

0 commit comments

Comments
 (0)