Skip to content

Commit 9d92401

Browse files
committed
removing white spaces and unused libraries
1 parent 49b3ed7 commit 9d92401

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

nodestream/pipeline/extractors/credential_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from datetime import datetime
22
from time import time
3-
from typing import Optional, Union
3+
from typing import Optional
44
from uuid import uuid4
55

66
import boto3
@@ -17,7 +17,6 @@ def __init__(
1717
session_ttl: int = 3000,
1818
**boto_session_args
1919
) -> None:
20-
2120
self.assume_role_arn = assume_role_arn
2221
self.assume_role_external_id = assume_role_external_id
2322
self.session_args = self._init_session_args(**boto_session_args)

tests/unit/pipeline/extractors/stores/aws/test_credential_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from hamcrest import assert_that, equal_to, has_key, not_
88

99

10-
1110
@pytest.fixture
1211
def client_with_role():
1312
from nodestream.pipeline.extractors.credential_utils import AwsClientFactory

0 commit comments

Comments
 (0)