Skip to content

Commit 773f9c6

Browse files
committed
chore: update black formatting
Change-Id: I3835cec398549877a1f23709a5df33fa7624f165
1 parent 03f96cb commit 773f9c6

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

core_module_blob_host_app/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Settings with the following syntax can be overwritten at the project level:
44
SETTING_NAME = getattr(settings, "SETTING_NAME", "Default Value")
55
"""
6+
67
from django.conf import settings
78

89
if not settings.configured:

core_module_blob_host_app/views/forms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""Blob host forms
22
"""
3+
34
from django import forms
45

56

core_module_blob_host_app/views/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
""" Blob host module
22
"""
3+
34
import logging
45
import re
56
from urllib.parse import urljoin

tests/views/views/tests_unit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
""" Unit tests for core_module_blob_host_app views.
22
"""
3+
34
from unittest import TestCase
45
from unittest.mock import patch, Mock
56
from urllib.parse import urljoin

0 commit comments

Comments
 (0)