Skip to content

Commit 5b2ec02

Browse files
committed
Fix linter errors
1 parent c18d978 commit 5b2ec02

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
from setuptools import setup
22

3-
43
setup()

wagtail_storages/tests/settings.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
DATABASES = {"default": {"ENGINE": "django.db.backends.sqlite3", "NAME": "db.sqlite3"}}
4040

4141
# Some tests use the default the FileSystemStorage backend.
42-
MEDIA_ROOT = os.path.join(TESTS_PATH, 'media')
42+
MEDIA_ROOT = os.path.join(TESTS_PATH, "media")
4343

44-
STATIC_ROOT = os.path.join(TESTS_PATH, 'static')
44+
STATIC_ROOT = os.path.join(TESTS_PATH, "static")
4545

4646
ROOT_URLCONF = "wagtail_storages.tests.urls"
4747

0 commit comments

Comments
 (0)