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 Sep 23, 2024
1 parent 9ece668 commit 01ad6df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/backend/app/projects/project_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#
"""Pydantic schemas for Projects."""

from dataclasses import dataclass
from datetime import datetime
from typing import Any, List, Optional, Union

Expand Down
2 changes: 1 addition & 1 deletion src/backend/migrations/init/fmtm_base_schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ SET default_table_access_method = heap;

-- Tables

CREATE TABLE IF NOT EXISTS public."_migrations" (
CREATE TABLE IF NOT EXISTS public._migrations (
script_name text,
date_executed timestamp with time zone
);
Expand Down

0 comments on commit 01ad6df

Please sign in to comment.