Skip to content

Commit f824b03

Browse files
committed
Formatting
1 parent afa7344 commit f824b03

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

python/lib/sift_client/_internal/low_level_wrappers/reports.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
# Configure logging
2626
logger = logging.getLogger(__name__)
2727

28+
2829
class ReportsLowLevelClient(LowLevelClientBase, WithGrpcClient):
2930
"""Low-level client for the ReportsAPI.
3031

python/lib/sift_client/_internal/low_level_wrappers/rules.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060

6161
DEFAULT_RULE_PAGE_SIZE = 1000
6262

63+
6364
class RulesLowLevelClient(LowLevelClientBase, WithGrpcClient):
6465
"""Low-level client for the RulesAPI.
6566

python/lib/sift_client/_tests/_internal/low_level_wrappers/test_ingestion.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,3 @@ async def test_get_ingestion_config_flows(ingestion_low_level_client, sift_clien
5454
assert isinstance(flow.name, str)
5555
assert len(flow.name) > 0
5656
assert len(flow.channels) > 0
57-

0 commit comments

Comments
 (0)