Skip to content

Commit 40df59b

Browse files
committed
Cosmetic changes
1 parent 5dd10f7 commit 40df59b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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

0 commit comments

Comments
 (0)