mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Minor coding styleguide fix
- fixed a pep8 error (line too long)
This commit is contained in:
parent
f49def2d39
commit
3c47dfb6ef
@ -368,8 +368,8 @@ def get_active_connection(connection_uuid):
|
||||
raise ConnectionNotFound(connection_uuid)
|
||||
|
||||
|
||||
def _update_common_settings(connection, connection_uuid, name, type_, interface,
|
||||
zone):
|
||||
def _update_common_settings(connection, connection_uuid, name, type_,
|
||||
interface, zone):
|
||||
"""Create/edit basic settings for network manager connections.
|
||||
|
||||
Return newly created connection object if connection is None.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user