Skip to content

Commit 8a40363

Browse files
mn-ramclaude
andcommitted
[fix] Apply black formatting to VpnClient deletion code openwisp#1221
Fixes openwisp#1221 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 22d37dd commit 8a40363

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

openwisp_controller/config/base/config.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,7 @@ def manage_vpn_clients(cls, action, instance, pk_set, **kwargs):
352352
vpnclient.delete()
353353
except Exception:
354354
logger.exception(
355-
"Failed to delete VpnClient (id: %s) "
356-
"for Config %s",
355+
"Failed to delete VpnClient (id: %s) " "for Config %s",
357356
vpnclient.pk,
358357
instance,
359358
)
@@ -406,8 +405,7 @@ def manage_vpn_clients(cls, action, instance, pk_set, **kwargs):
406405
vpnclient.delete()
407406
except Exception:
408407
logger.exception(
409-
"Failed to delete VpnClient (id: %s) "
410-
"for Config %s",
408+
"Failed to delete VpnClient (id: %s) " "for Config %s",
411409
vpnclient.pk,
412410
instance,
413411
)

0 commit comments

Comments
 (0)