Skip to content

Commit 3830704

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3fbd952 commit 3830704

41 files changed

Lines changed: 52 additions & 4 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Boot Script of Tubee"""
2+
23
import os
34

45
from coverage import Coverage

migrations/versions/2be32221762a_video_check_table.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Create Date: 2022-07-09 04:26:06.407841
66
77
"""
8+
89
import sqlalchemy as sa
910
from alembic import op
1011

migrations/versions/34935013ab33_initial_build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Create Date: 2020-03-10 23:05:03.634539
66
77
"""
8+
89
import sqlalchemy as sa
910
from alembic import op
1011

migrations/versions/37c20f05bf44_add_action_automate_column.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Create Date: 2022-07-31 15:27:45.040777
66
77
"""
8+
89
import sqlalchemy as sa
910
from alembic import op
1011

migrations/versions/3e61825e9188_action_username_foreign_key.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Create Date: 2021-01-28 03:12:12.355166
66
77
"""
8+
89
from alembic import op
910

1011
# revision identifiers, used by Alembic.

migrations/versions/8271190eec99_action_tag_integration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Create Date: 2021-01-27 01:43:19.571472
66
77
"""
8+
89
import sqlalchemy as sa
910
from alembic import op
1011

migrations/versions/9474e9817305_drop_conflict_constraint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Create Date: 2020-03-12 10:21:53.211649
66
77
"""
8+
89
from alembic import op
910

1011
# revision identifiers, used by Alembic.

migrations/versions/9542bd4e6db2_add_tag_index.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Create Date: 2022-11-22 02:43:42.004723
66
77
"""
8+
89
import sqlalchemy as sa
910
from alembic import op
1011

migrations/versions/f9a298276847_empty_object_as_json_default.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Create Date: 2021-06-14 11:27:10.424903
66
77
"""
8+
89
import sqlalchemy as sa
910
from alembic import op
1011
from sqlalchemy.dialects import postgresql

tests/models/test_channel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Test Cases of Channel Model"""
2+
23
import json
34
import unittest
45
from datetime import datetime, timezone

0 commit comments

Comments
 (0)