Skip to content

Commit 882850b

Browse files
committed
Used single instead of double quotes to stay consistent.
1 parent b7eeab5 commit 882850b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

move_by_attribute/lib/oss_api_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ def __init__(self, creds_file):
2323
self.URL_ATTRIBUTES = '/attributes'
2424
self.HEADERS = {
2525
'Authorization': 'Token token=' + self.API_KEY,
26-
'Content-Type': "application/json; charset=utf-8"
26+
'Content-Type': 'application/json; charset=utf-8'
2727
}
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)