Lint fix v1
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import os
|
||||
|
||||
import onepasswordconnectsdk
|
||||
from onepasswordconnectsdk.client import Client, new_client_from_environment
|
||||
|
||||
@@ -22,6 +20,6 @@ def get_op_config():
|
||||
|
||||
op_config_get = {}
|
||||
for var in OP_DJANGO_SETTINGS_VARS:
|
||||
op_config_get[var] = {"opitem": "mines", "opfield": var}
|
||||
op_config_get[var] = {'opitem': 'mines', 'opfield': var}
|
||||
|
||||
return onepasswordconnectsdk.load_dict(op_client, op_config_get)
|
||||
|
||||
Reference in New Issue
Block a user