Skip to content

Commit 321fee5

Browse files
author
Russ Garner
committed
whitespace
1 parent 5bfab84 commit 321fee5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

auth.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
from hashlib import sha1
88
import six
99
import six.moves.urllib as urllib
10-
1110
import hmac
12-
1311
import configparser
1412
import looker_sdk
1513

@@ -70,7 +68,6 @@
7068
}
7169

7270

73-
7471
class Looker:
7572
def __init__(self, host, secret):
7673
self.secret = secret

0 commit comments

Comments
 (0)