Skip to content

Commit 7d452ef

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

7 files changed

Lines changed: 0 additions & 7 deletions

File tree

feincms_oembed/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from django.utils import timezone
1010
from django.utils.translation import gettext_lazy as _
1111

12-
1312
DEFAULT_MAX_AGE = 7 * 24 * 60 * 60 # Cache lookups for a week
1413

1514

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env python3
22
from setuptools import setup
33

4-
54
setup()

tests/manage.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import os
33
import sys
44

5-
65
sys.path.insert(0, os.path.join(os.path.dirname(__file__), ".."))
76

87
if __name__ == "__main__":

tests/testapp/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from feincms_oembed.contents import OembedContent
44

5-
65
Page.register_templates(
76
{
87
"key": "base",

tests/testapp/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import os
22

3-
43
INSTALLED_APPS = (
54
"django.contrib.auth",
65
"django.contrib.contenttypes",

tests/testapp/test_admin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
from feincms_oembed.models import CachedLookup
66

7-
87
ASTLEY = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
98

109

tests/testapp/urls.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from django.contrib import admin
22
from django.urls import include, path
33

4-
54
urlpatterns = [path("admin/", admin.site.urls), path("", include("feincms.urls"))]

0 commit comments

Comments
 (0)