Skip to content

Commit

Permalink
GH #755 - Flake8 cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuch committed Oct 17, 2024
1 parent 4a4aa4d commit 88df62f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions code/zato-cli/src/zato/cli/enmasse.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class Include_Type:

# ################################################################################################################################

zato_generic_connection_microsoft_365 = 'zato_generic_connection_' + ModuleCtx.Include_Type.Microsoft_365
zato_generic_connection_microsoft_365 = 'zato_generic_connection_' + ModuleCtx.Include_Type.Microsoft_365

_enmasse_type_generic = (
ModuleCtx.Include_Type.LDAP,
Expand Down Expand Up @@ -707,11 +707,11 @@ class Include_Type:

# Generic connections - Cloud Microsoft 365
zato_generic_connection_microsoft_365: [
'type_',
'name',
'client_id',
'tenant_id',
'scopes',
'type_',
]
}

Expand Down Expand Up @@ -3028,7 +3028,6 @@ def _pre_process_input_before_import(self, data:'strdict') -> 'strdict':
# .. add type hints ..
item = cast_('strdict', item)


# .. what configuration to look up depends on whether it's a generic connection or not ..
if is_generic_connection:
wrapper_type = item['type_']
Expand Down

0 comments on commit 88df62f

Please sign in to comment.