Skip to content

Commit 97cbf14

Browse files
author
mn-ram
committed
[fix] Fix import formatting to comply with isort/black
Split the long import line into multi-line format to stay within the 88-character line length limit required by Black and isort.
1 parent 707151e commit 97cbf14

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

openwisp_controller/config/base/multitenancy.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212

1313
from .. import settings as app_settings
1414
from ..exceptions import OrganizationDeviceLimitExceeded
15-
from ..tasks import bulk_invalidate_config_get_cached_checksum, invalidate_controller_views_cache
15+
from ..tasks import (
16+
bulk_invalidate_config_get_cached_checksum,
17+
invalidate_controller_views_cache,
18+
)
1619

1720

1821
class AbstractOrganizationConfigSettings(UUIDModel):

0 commit comments

Comments
 (0)