Skip to content

Commit 8891fbe

Browse files
Correct code formatting for zephyre source class
1 parent a44e8a6 commit 8891fbe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

camille/source/zephyre.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
urljoin = requests.compat.urljoin
9-
default_host='https://resource-zephyre-dev.playground.radix.equinor.com:443'
9+
default_host = 'https://resource-zephyre-dev.playground.radix.equinor.com:443'
1010
default_scope = 'api://d87a78b5-431d-43a3-902a-8fc97e357395'
1111

1212

@@ -71,7 +71,6 @@ def _get_token(self):
7171
def token(self):
7272
return self._get_token()
7373

74-
7574
def __call__(self, tag, start_date, end_date, tzinfo=utc):
7675
"""
7776
Parameters

0 commit comments

Comments
 (0)