Skip to content

Commit

Permalink
style: lint some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheusafonsouza committed Oct 22, 2023
1 parent 25099d5 commit 80f3b98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
--health-timeout=5s
--health-retries=5
ports:
- 5433:5432
- 5432:5432
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion gestao/web/api/user/views.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import List

from uuid import uuid4

from fastapi import APIRouter, HTTPException

from gestao.db.models.user import User
Expand Down

0 comments on commit 80f3b98

Please sign in to comment.