Skip to content

Commit 39f21e7

Browse files
committed
flake8 findings
1 parent 85e10a8 commit 39f21e7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/queryHandler/PerfmonRESTclient.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@
2929
pass
3030

3131

32-
DEFAULT_HEADERS = {
33-
"Accept": "application/json",
34-
"Content-type": "application/json"}
32+
DEFAULT_HEADERS = {"Accept": "application/json",
33+
"Content-type": "application/json"}
3534

3635

3736
def getAuthHandler(keyName, keyValue):

0 commit comments

Comments
 (0)