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 Dec 11, 2023
1 parent e7c5dab commit 9cf13c6
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion categories/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("contenttypes", "0001_initial"),
]
Expand Down
1 change: 0 additions & 1 deletion categories/migrations/0002_auto_20170217_1111.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class Migration(migrations.Migration):

dependencies = [
("categories", "0001_initial"),
]
Expand Down
1 change: 0 additions & 1 deletion categories/migrations/0003_auto_20200306_1050.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("contenttypes", "0002_remove_content_type_name"),
("categories", "0002_auto_20170217_1111"),
Expand Down
1 change: 0 additions & 1 deletion categories/migrations/0004_auto_20200517_1832.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("contenttypes", "0002_remove_content_type_name"),
("categories", "0003_auto_20200306_1050"),
Expand Down
1 change: 0 additions & 1 deletion categories/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

class TestCategoryThumbnail(TestCase):
def test_thumbnail(self):

file_name = "test_image.jpg"

with open(os.path.join(os.path.dirname(__file__), file_name), "rb") as f:
Expand Down
1 change: 0 additions & 1 deletion categories/tests/test_templatetags.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


class CategoryTagsTest(TestCase):

fixtures = ["musicgenres.json"]

def render_template(self, template_string, context={}):
Expand Down
1 change: 0 additions & 1 deletion example/simpletext/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


class Migration(migrations.Migration):

initial = True

dependencies = []
Expand Down
1 change: 0 additions & 1 deletion example/simpletext/migrations/0002_auto_20171204_0721.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


class Migration(migrations.Migration):

dependencies = [
("categories", "0002_auto_20170217_1111"),
("simpletext", "0001_initial"),
Expand Down
1 change: 0 additions & 1 deletion example/simpletext/migrations/0003_auto_20200306_0928.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("simpletext", "0002_auto_20171204_0721"),
]
Expand Down

0 comments on commit 9cf13c6

Please sign in to comment.