Skip to content

Commit 62bf4bb

Browse files
committed
some comments
1 parent 1d4b231 commit 62bf4bb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ __pycache__
1010
uploads
1111
node_modules
1212
schemas.json
13-
*.db
13+
*.db

tests/conftest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Standard library imports
22
import time
33
import shutil
4+
5+
# Third party imports
46
import os
57
import pytest
68

7-
9+
# Local application imports
810
from app import app
911
from src.opengeodeweb_back.database import init_db
1012

0 commit comments

Comments
 (0)