Skip to content

Commit a23d296

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

Some content is hidden

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

41 files changed

+52
-4
lines changed

β€Ž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)