Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 1, 2024
1 parent 38d1dc5 commit 148db49
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/backend/app/email_templates/mapping_requests.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ <h1>DroneTM Task Request</h1>
<div class="content">
<p>Hello {{name}}</p>
<p>
Thank you for participating in our mapping project. Your contribution is invaluable to our efforts in improving humanitarian responses worldwide.
Thank you for participating in our mapping project. Your contribution
is invaluable to our efforts in improving humanitarian responses
worldwide.
</p>
<p>Please find below the details of your Project:</p>
<p>{{drone_operator_name}} has requested this task for mapping.</p>
Expand Down
1 change: 1 addition & 0 deletions src/backend/app/migrations/versions/06668eb5d14a_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-07-09 04:17:49.816148
"""

from typing import Sequence, Union

from alembic import op
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-07-03 08:13:33.354101
"""

from typing import Sequence, Union

from alembic import op
Expand Down
1 change: 1 addition & 0 deletions src/backend/app/migrations/versions/3293e9c98b2a_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-07-10 04:52:41.412683
"""

from typing import Sequence, Union

from alembic import op
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-07-03 05:10:56.759505
"""

from typing import Sequence, Union
import geoalchemy2
from alembic import op
Expand Down
1 change: 1 addition & 0 deletions src/backend/app/migrations/versions/62a16e505bc3_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-07-04 04:58:26.406871
"""

from typing import Sequence, Union

from alembic import op
Expand Down
1 change: 1 addition & 0 deletions src/backend/app/migrations/versions/87b6f9d734e8_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-07-26 05:18:16.267171
"""

from typing import Sequence, Union

from alembic import op
Expand Down
1 change: 1 addition & 0 deletions src/backend/app/migrations/versions/88ae62ec8876_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-07-10 05:21:58.749137
"""

from typing import Sequence, Union

from alembic import op
Expand Down
1 change: 1 addition & 0 deletions src/backend/app/migrations/versions/9d01411fd221_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-07-20 13:35:29.634665
"""

from typing import Sequence, Union

from alembic import op
Expand Down
1 change: 1 addition & 0 deletions src/backend/app/migrations/versions/ac09917990dc_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-07-04 10:52:52.166220
"""

from typing import Sequence, Union

from alembic import op
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-07-13 10:51:33.020864
"""

from typing import Sequence, Union

from alembic import op
Expand Down
1 change: 1 addition & 0 deletions src/backend/app/migrations/versions/bf26afac872d_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-07-03 15:27:42.903931
"""

from typing import Sequence, Union

from alembic import op
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-07-02 08:49:59.721468
"""

from typing import Sequence, Union
import geoalchemy2
from alembic import op
Expand Down
1 change: 1 addition & 0 deletions src/backend/app/migrations/versions/fa5c74996273_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-07-05 11:51:02.146671
"""

from typing import Sequence, Union

from alembic import op
Expand Down

0 comments on commit 148db49

Please sign in to comment.